Skip to content

Releases: Download/memorystorage

v0.12.0

06 Nov 09:18
5f334db
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Fix "Invalid exports" error using node >= 12.18.0

v0.11.0

01 Sep 09:49
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release
0.11.0: Addressed issues PR's and feedback reported since 0.10

* Incompatible property enumeration and toJSON method #2
* Add npm install to README #5
* Added logo
* Enabled Travis
* Enabled Greenkeeper

v0.10.0

04 Dec 14:37
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Matthias Seemann found and fixed an issue with 'cloaked' items not being reported correctly by the key function. Cloaked items are items that have a name that matches a property of method already on the store object, such as length or getItem. Thanks Matthias

v0.9.10

15 Sep 09:22
Compare
Choose a tag to compare
v0.9.10 Pre-release
Pre-release

Fixed error in generated .umd module (double UMD header was present)
Fixed error in docs (wrong url to .umd module)

v0.9.9

14 Sep 21:51
Compare
Choose a tag to compare
v0.9.9 Pre-release
Pre-release

UMD support

MemoryStorage supports the Universal Module Definition, making it available for use from both Node modules as well as AMD modules (such as RequireJS).

v0.9.8

14 Sep 21:09
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release

UMD support

MemoryStorage supports the Universal Module Definition, making it available for use from both Node modules as well as AMD modules (such as RequireJS).

v0.9.7

02 Sep 20:37
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release

Added property id to storage object instances that will be set to the id given when the object was created, or to 'global' if no id was used.
Made sure that invoking MemoryStorage without the new keyword does no harm.
Added some documentation and examples

v0.9.6

02 Sep 13:37
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

Full API Compliance

WebStorage now is fully spec-compliant. You can even use the index operators to read and write values. This release also adds more test cases and improves documentation.

v0.9.4

29 Aug 01:28
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

Fixed issue tracker url in package.json

v0.9.3

28 Aug 23:49
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

Added an actual LICENCE.md file.