All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2019-09-30)
- security update for deps (e7bf1af)
- Update ember-concurrency for Ember 3.13+ (#62) (c22a6f5)
- update more deps (f79e6c2)
2.0.0 (2019-08-06)
- add v1 to concurrency dep (27511bb), closes #60
- don't use double curlies for version updateMessage vars (1269833)
- drop node 6 and test Ember 3.4+ (7253281)
@updateMessage
now takes{oldVersion}
and{newVersion}
instead of{{oldVersion}}
to{{newVersion}}
since curlies can be used in strings in hbs and with angle bracket syntax you are far more likely to write strings like that.- Drop node 6 support and Ember < 3.4
Might still work on <3.4 but untested
1.6.0 (2019-08-06)
- security: fix audit vulnerabilities (65d2821)
1.5.0 (2019-05-03)
1.4.4 (2019-03-26)
1.4.3 (2019-01-09)
1.4.2 (2019-01-05)
- lint: quotes in template (8dc5c94)
- concurrency updated to fix machty/ember-concurrency#261 (ede4be3)
- run codemods, update tests (b076032)
- update using ember-cli-update (0ca640e)
1.4.1 (2019-01-04)
- replace ember-ajax with ember-fetch (#54) (5e1c79c)
- update deps and move ember-fetch to dep (99c1c6e)
1.4.0 (2018-09-28)
- Add an 'onError' handler that can be used to do something in response to a server error (#51) (1a491c9)