Releases: conversejs/Backbone.browserStorage
Releases · conversejs/Backbone.browserStorage
Version 0.0.5 - 2018-10-28
Version 0.0.4 - 2018-10-21
- Don't return boolean on update and create, otherwise the model.changed attribute isn't correctly populated when a model is saved. [jcbrand]
0.0.3 (2016-08-31)
0.0.2 (2015-12-04)
- Bugfix. undefined is not a function. [jcbrand]
0.0.1 (2015-11-15)
- Add the ability to also use the browser's sessionStorage instead of just localStorage.
- Fork from backbone.localStorage