All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.2 (2022-10-11)
- resolve
ember-polyfills.deprecate-assign
deprecation warnings (5175d40)
5.0.0 (2019-03-05)
-
Update
ember-cli-babel
to v7.x (this requires apps to use Ember CLI 2.13 or above) -
Extend the native
Error
class instead ofEmberError
(fixes compatibility with Ember 3.8) -
Drop Node 4 from
engines
declaration inpackage.json
(CI had already been running on Node 6 for a while already)
- Restore ability to override the
ajax
service using a JS file
- Add "Compatibility" section to the
README
file
4.0.2 (2019-01-07)
- deprecation: the new EmberObject is deprecated (80e6e15)
4.0.1 (2018-12-10)
4.0.0 (2018-10-23)
3.1.2 (2018-10-09)
- bump typescript to get working d.ts (975724d), closes #388
- is*Error type definitions (101c357)
- skip instead of returning url when namespace is present in url (fe518dc)
Changes for each version can be found as part of the release notes on Github.