Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 2.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-06-17)

⚠ BREAKING CHANGES

  • 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.

Features

  • 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 and bulkDelete (1c83bd0)
  • support bulkSave to create and delete (4966070)

Bug Fixes

1.1.0 (2020-03-20)

Features

  • optionally send correct MIME type on requests (68beaa7)

1.0.0 (2020-03-19)

Features

Bug Fixes

  • relocate ember-cli-htmlbars to dev dependencies (cb63198)