Releases: jherax/proxy-storage
Releases · jherax/proxy-storage
1.0.4
Improvements
- Interceptors now interact with the values in the API methods
setItem
andgetItem
. Read more about interceptors.
1.0.3
1.0.2
1.0.1
1.0.0
Features
- Added keys and
length
to theWebStorage
instances.
Breaking changes
The method setItem
has changed its signature when the storage mechanism is set to "cookieStorage"
See more documentation here.
New signature
setItem (key {string}, value {any}, options {object});
Old signature
setItem (key {string}, value {any}, expires {number}, path {string});