⚠ 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