Skip to content

Latest commit

 

History

History
42 lines (14 loc) · 629 Bytes

CHANGELOG.md

File metadata and controls

42 lines (14 loc) · 629 Bytes

CHANGELOG

v1.0.0 2018-04-15

  • #2 Update ember-cli 2.18.2

v0.0.5 2016-10-11

  • #1 Add immediate option to the save() method.

v0.0.4 2016-08-15

  • [BUGFIX] If the model has no save method, try model.content.

v0.0.3 2016-06-19

  • [BUGFIX] Fix import statement for the save method in addon/index.js.

v0.0.2 2016-06-19

  • Move the save() method to its own module.

  • Import the save() method into the AutoSaveMixin.

v0.0.1 2016-06-18

  • Initial release.