- #2 Update ember-cli 2.18.2
- #1 Add
immediate
option to thesave()
method.
- [BUGFIX] If the
model
has nosave
method, trymodel.content
.
- [BUGFIX] Fix import statement for the
save
method inaddon/index.js
.
-
Move the
save()
method to its own module. -
Import the
save()
method into theAutoSaveMixin
.
- Initial release.