PackageTrack

npm

store

2.0.12marcuswestin/store.js

A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood

Release timeline

28 releases since 2011
20112026

Releases

  1. 2.0.1220 Jun 2017

    Nothing published for this version

  2. 2.0.1120 Jun 2017

    Nothing published for this version

  3. 2.0.1020 Jun 2017

    Nothing published for this version

  4. 2.0.920 Jun 2017

    Nothing published for this version

  5. 2.0.819 Jun 2017

    Nothing published for this version

  6. 2.0.719 Jun 2017

    Nothing published for this version

  7. 2.0.619 Jun 2017

    Nothing published for this version

  8. 2.0.42 Mar 2017

    Nothing published for this version

  9. 2.0.328 Feb 2017

    Nothing published for this version

  10. 2.0.228 Feb 2017

    Nothing published for this version

  11. 2.0.128 Feb 2017

    Nothing published for this version

  12. 2.0.028 Feb 2017
    Release notes2 sources agree
    • New pluggable architecture!
    • New storages: localStorage, cookieStorage, memoryStorage, sessionStorage, oldFF-globalStorage, oldIE-userDataStorage.
    • New plugins: defaults, dump, events, expire, json2, observe, operations, update, v1-backcompat.
    • New builds: everything, legacy, modern, v1-backcompat, minimal (17k, 13k, 12k, 6k respectively)
    Open source →
  13. 1.3.2028 Dec 2015
    Release notes2 sources agree
    • Fully automated test framework
    • Fix infinite loop in IE
    Open source →
    Additional notes
    • v1.3.20

    • 15b925d

    • Compare

    Choose a tag to compare

    Sorry, something went wrong.

    Filter Loading

    Sorry, something went wrong.

    Uh oh!

    There was an error while loading. Please reload this page .

    No results found

    View all tags

    marcuswestin tagged this 28 Dec 18:14

    Open source →
  14. 1.3.1923 Dec 2015
    Release notes2 sources agree
    • Use umdjs to export store.js (#116, #111, #96, #91, #78, ...)
    • Make compatible with "use strict" mode (#111)
    • Fix store.clear in legacy-IE code path (#103)
    • Roadmap for v1.4.x and v2.x.x
    Open source →
  15. 1.3.1724 Nov 2014
    Release notes2 sources agree
    • Add store.has
    • Add store.get default value, e.g store.get('foo', 1)
    • Fix IE strict mode compatability issue (#105)
    • Added store.version
    Open source →
  16. 1.3.169 May 2014
    Release notes2 sources agree
    • Improve environment/module.exports detection (#88, github.com/benrudolph)
    Open source →
  17. 1.3.143 Oct 2013
    Release notes2 sources agree
    • Makefile
    • Fix old-IE getAll/forEach, actually this time. I think
    Open source →
  18. 1.3.123 Oct 2013
    Release notes2 sources agree
    • Fix old-IE forEach again. Hrm...
    Open source →
  19. 1.3.112 Oct 2013
    Release notes2 sources agree
    • Fix old-IE forEach
    Open source →
  20. 1.3.1027 Sept 2013
    Release notes2 sources agree
    • Add store.forEach
    • Add bower.json (sign, I know, yet another package file to maintain)
    • Add MIT license header
    Open source →
  21. 1.3.821 May 2013
    Release notes2 sources agree
    • Fix closing </iframe> tag for IE7 (GH issue #68)
    Open source →
  22. 1.3.619 Dec 2012
    Release notes2 sources agree
    • Remove globalStorage and drop FF 2.0/3.0 support (See https://github.com/marcuswestin/store.js/issues/44)
    Open source →
  23. 1.3.322 Mar 2012
    Release notes2 sources agree
    • Fix IE keys beginning with numeric characters (nice find @pauldwaite)
    Open source →
  24. 1.3.222 Mar 2012
    Release notes2 sources agree
    • Implement store.getAll() (patch by @blq)
    Open source →
  25. 1.3.114 Jan 2012

    Nothing published for this version

  26. 1.2.320 Jun 2017

    Nothing published for this version

  27. 1.1.11 May 2011
    Release notes2 sources agree
    • Publish in npm as "store" rather than "store.js"
    • Add commonjs export for require support
    • Add supported browsers Chrome 6-11, Firefox 4.0
    Open source →
  28. 1.1.022 Apr 2011
    Release notes2 sources agree
    • First versioned version.
    • API: store.set, store.get, store.remove, store.clear, store.transact
    • Minified versions are included: store.min.js for store.js only, and store+json2.min.js for store.js and json2.js

    TODO

    • Get around IE6/7 per-directory restrition. @lrbabe/@louis_remi had the idea of putting the store.js API in an anonymous iframe a la https://github.com/meebo/embed-code and see what directory restriction that would fall under
    Open source →