Skip to content

Releases: lozjackson/ember-auto-save

v1.0.0

29 Jul 13:39
Compare
Choose a tag to compare

v0.0.5

11 Oct 22:01
Compare
Choose a tag to compare

CHANGELOG

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

v0.0.4

15 Aug 20:23
Compare
Choose a tag to compare

CHANGELOG

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

v0.0.3

19 Jun 16:19
Compare
Choose a tag to compare

CHANGELOG

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

v0.0.2

19 Jun 14:27
Compare
Choose a tag to compare

CHANGELOG

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

v0.0.1

18 Jun 13:56
Compare
Choose a tag to compare

Initial release