A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood
Last release 9 years ago
no release in 18 months
Ships fairly regularly
a new release about every 7 months
Some releases are documented
notes for 15 of 28 stable releases
Nothing withdrawn
no release was ever pulled
15 years old
28 releases · first in 2011
Release timeline
28 releases since 2011Releases
- 2.0.1220 Jun 2017
Nothing published for this version
- 2.0.1120 Jun 2017
Nothing published for this version
- 2.0.1020 Jun 2017
Nothing published for this version
- 2.0.920 Jun 2017
Nothing published for this version
- 2.0.819 Jun 2017
Nothing published for this version
- 2.0.719 Jun 2017
Nothing published for this version
- 2.0.619 Jun 2017
Nothing published for this version
- 2.0.42 Mar 2017
Nothing published for this version
- 2.0.328 Feb 2017
Nothing published for this version
- 2.0.228 Feb 2017
Nothing published for this version
- 2.0.128 Feb 2017
Nothing published for this version
- 2.0.028 Feb 2017
Release notes2 sources agree
Open source →- 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)
- 1.3.2028 Dec 2015
Additional notes
Open source →-
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
-
- 1.3.1923 Dec 2015
Release notes2 sources agree
Open source →- 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
- 1.3.1724 Nov 2014
Release notes2 sources agree
Open source →- Add store.has
- Add store.get default value, e.g
store.get('foo', 1) - Fix IE strict mode compatability issue (#105)
- Added store.version
- 1.3.169 May 2014
Release notes2 sources agree
Open source →- Improve environment/module.exports detection (#88, github.com/benrudolph)
- 1.3.143 Oct 2013
Release notes2 sources agree
Open source →- Makefile
- Fix old-IE getAll/forEach, actually this time. I think
- 1.3.123 Oct 2013
- 1.3.112 Oct 2013
- 1.3.1027 Sept 2013
Release notes2 sources agree
Open source →- Add store.forEach
- Add bower.json (sign, I know, yet another package file to maintain)
- Add MIT license header
- 1.3.821 May 2013
- 1.3.619 Dec 2012
Release notes2 sources agree
Open source →- Remove globalStorage and drop FF 2.0/3.0 support (See https://github.com/marcuswestin/store.js/issues/44)
- 1.3.322 Mar 2012
Release notes2 sources agree
Open source →- Fix IE keys beginning with numeric characters (nice find @pauldwaite)
- 1.3.222 Mar 2012
- 1.3.114 Jan 2012
Nothing published for this version
- 1.2.320 Jun 2017
Nothing published for this version
- 1.1.11 May 2011
Release notes2 sources agree
Open source →- Publish in npm as "store" rather than "store.js"
- Add commonjs export for require support
- Add supported browsers Chrome 6-11, Firefox 4.0
- 1.1.022 Apr 2011
Release notes2 sources agree
Open source →- 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