All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2021-06-17)
- Support for Node 10 is no longer claimed. In practice, the tests were never run against Node 10, but now we don't claim support to support it, either. Tests are run against Node 12 and should work with later versions without issue, too, since there's nothing Node-specific going on in this package.
- Support is no longer guaranteed for Ember versions below the latest LTS, 3.24. The package will probably still work, but tests are not run against versions older than this.
- add bulk update & add bulk update tests (ba3eadd)
- allow for providing custom adapter options (228c024)
- optionally send correct MIME type on requests (68beaa7)
- support
bulkDestroy
andbulkDelete
(1c83bd0) - support
bulkSave
to create and delete (4966070)
-
avoid choking on an empty array (21a927a)
-
remove debbuger (6d87bf3)
-
run lint (020b010)
-
bump stated Node.js support policy (d6d8567)
-
run tests on Ember 3.24+ (2ef40fc)
1.1.0 (2020-03-20)
- optionally send correct MIME type on requests (68beaa7)
- support bulk create (df4f143)
- relocate
ember-cli-htmlbars
to dev dependencies (cb63198)