Skip to content

Releases: conversejs/Backbone.browserStorage

Version 0.0.5 - 2018-10-28

28 Oct 16:39
v0.0.5
Compare
Choose a tag to compare
  • Pass along the options map. Otherwise events fire even though
    {silent: true} was passed to the Collection.prototype.create method.

Version 0.0.4 - 2018-10-21

21 Oct 21:15
v0.0.4
Compare
Choose a tag to compare
  • 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)

31 Aug 11:22
v0.0.3
Compare
Choose a tag to compare
  • #1 Fix typo in main. Fixes webpack failing to load the module [sww314]
  • #2 Fix storage clearing problems [Martinique]

0.0.2 (2015-12-04)

31 Aug 11:23
v0.0.2
Compare
Choose a tag to compare
  • Bugfix. undefined is not a function. [jcbrand]

0.0.1 (2015-11-15)

31 Aug 11:23
v0.0.1
Compare
Choose a tag to compare
  • Add the ability to also use the browser's sessionStorage instead of just localStorage.
  • Fork from backbone.localStorage