Releases: sethwebster/ember-cli-new-version
Releases · sethwebster/ember-cli-new-version
v3.0.0
⚠ BREAKING CHANGES
- Drop Node < 12
- Drop Ember.js < 3.20 and CLI < 3.20
- use GC for notifier
- introduces a new version service. Some arguments from the components have been moved here and other moved to the configuration.
- How the version check happens has also changed, see #94
- Extract new version fetching and checking from the NewVersionNotifier component in a service
- Make MAX_COUNT_IN_TESTING a configuration variable
- Fix dependencies declaration
- Drop ember-concurrency < v1, update Ember deps.
Features
- Extract new version fetching and checking from the NewVersionNotifier component in a service (#94) (83c3528)
- Make MAX_COUNT_IN_TESTING a configuration variable (#95) (ba20169)
Bug Fixes
- allow ec v1 as well (32d086d)
- Ember v3.22.0...v3.26.1 (e27600c)
- Fix tests & Upgrade ember concurrency to 2.0 (#81) (5e111b1)
- keep the initial slash for fetching VERSION.txt (#99) (1daf826), closes #94
- regenerator v1 (22bde5d)
- update dep path and lockfile (f446068)
- update deps (0fa7890)
- update to glimmer component (9b2abb7)
- update waitFor (244011e)
- Upgrade v3.11.0...v3.22.0 (3ecab5c)
- use https version of import regen dep for ci (1b8adc3)
- use node 14 in tests and pin volta (43d98f0)
- v3.26.1...v3.28.4 (9722fdf)
Full Changelog: v2.0.2...v3.0.0
Simple version compare, rootURL, and config fixes
Release 1.0.8 - Fixes version comparison adds rootURL etc.
Fixes version timeout, fixes break after first failure (#15)
Adds baseUrl Support
Thanks @jakesjews!
Automatic Version file Generation
Adds automatic generation of version file based on the package.json version
Generation is opt-in
Fixes Caching of Version Calls
Release 1.0.3 - Turn off caching for version call (was preventing updates for some)
Adds aliases, fixes component templates from addon to app
Release 1.0.1-alpha.10 - Fixed component setup from addon to app Add missing bowerrc Allows installing bower components after clone Fix component setup from addon to app New setup allows using the same template for multiple component names. This fixes the `{{new-version-notifier}}` not working previously, since it didn't have a template (it needed a template with it's own name). This fix allows one template to be used for both. Also added a simple test in the dummy app with a VERSION.txt Add missing bowerrc Allows installing bower components after clone Fix component setup from addon to app New setup allows using the same template for multiple component names. This fixes the `{{new-version-notifier}}` not working previously, since it didn't have a template (it needed a template with it's own name). This fix allows one template to be used for both. Also added a simple test in the dummy app with a VERSION.txt
1.0.1-alpha.7 - First version pushed to NPM
Release 1.0.1-alpha.7 Updated keywords for Npm
Better instructions
Release 1.0.1-alpha.8 Added better instructions to readme