Releases: Download/memorystorage
Releases · Download/memorystorage
v0.12.0
Fix "Invalid exports" error using node >= 12.18.0
v0.11.0
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
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
Fixed error in generated .umd module (double UMD header was present)
Fixed error in docs (wrong url to .umd module)
v0.9.9
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
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
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
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
Fixed issue tracker url in package.json
v0.9.3
Added an actual LICENCE.md file.