Herby Vojčík herby

herby запушил(а) метку v0.4.0 в amber/prof-stef

1 неделя назад

herby запушил(а) master в amber/prof-stef

  • 146e3cbd92 0.4.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 91ec4ec9a6 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • c9255ac863 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 76ed0649a8 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку v0.7.0 в herby/silk

1 неделя назад

herby запушил(а) master в herby/silk

  • f22c579291 0.7.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • b5f053cca2 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 269e61ce56 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 71cbfdfea7 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку v0.11.0 в amber/contrib-legacy

1 неделя назад

herby запушил(а) master в amber/contrib-legacy

  • 414761ad63 0.11.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 947e20f376 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 04adff0dc1 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 2e775cf5c8 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку v0.14.0 в amber/helios

1 неделя назад

herby запушил(а) master в amber/helios

  • e1b1af9b48 0.14.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. The global and globalThis preambles are gone from the popup page. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • da58e9efb5 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 86e587b234 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • b8cfc5c549 Drop the global and globalThis preambles from the popup page. Both defined a global object for browsers older than the engines Amber runs on; the first was already marked deprecated. Amber requires globalThis natively since 0.30.0. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 01905de6b5 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships the polyfill; the AMD path this package declared for it was what put helios/es6-promise/auto into every config.js generated around it. The polyfills module that loaded it, its path, the popup page's detour through it, the test-runner wrapper and the dependency all go. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 5 коммитов »

1 неделя назад

herby запушил(а) метку v0.9.0 в amber/contrib-web

1 неделя назад

herby запушил(а) master в amber/contrib-web

  • 63fa801c32 0.9.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • faa720b0a8 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 8ce459342b Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 9b1becb736 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку v0.8.0 в amber/contrib-jquery

1 неделя назад

herby запушил(а) master в amber/contrib-jquery

  • c6b95c1ebd 0.8.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 9a4b1cdb83 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 75538666b3 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • e4d8b90a48 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку v0.10.0 в herby/domite

1 неделя назад

herby запушил(а) master в herby/domite

  • a76a1ce99f 0.10.0 Breaking: requires an ES2020-capable JavaScript engine (Node.js 12 or newer) and the Amber packages that share that floor; the es6-promise polyfill is no longer shipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 7f0e0b29e5 Require the siblings that share the ES2020 floor. Every @ambers package is dropping the es6-promise polyfill and stating the ES2020 engine floor in the same release round; the ranges now name the first versions that do, so that no install mixes floors. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • d2a1aeda13 Declare Node 12 as the floor. The engines field said node >= 4 since 2018. This package runs on Amber, which has required an ES2020 engine - Node 12 or newer - since 0.30.0 and states so from 0.31.0; nothing older can load it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • 317b0cda66 Remove the es6-promise polyfill. Amber requires a native Promise and no longer ships or scaffolds the polyfill; the AMD path this package declared for it was what put amber/es6-promise back into every config.js generated around it. The deploy, devel and test-runner bundles now require the app directly, and the devDependency goes with it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
  • Просмотр сравнение для этих 4 коммитов »

1 неделя назад

herby запушил(а) метку 0.31.0 в amber/amber

1 неделя назад

herby запушил(а) master в amber/amber

1 неделя назад

herby запушил(а) master в herby/deferred-lite

2 лет назад

herby запушил(а) метку v0.13.5 в amber/helios

3 лет назад

herby запушил(а) master в amber/helios

3 лет назад

herby запушил(а) метку v0.10.2 в amber/contrib-legacy

3 лет назад