2.0.0
Added
- New alias for persisting into Browser local storage (
persistBrowserLocal
) - New alias for persisting into Browser session storage (
persistBrowserSession
) - New alias for persisting into cookie storage (
persistCookie
) - New storage (wrapper)
createEncryptedStorage
(#21) - Add basic type definitions in README (#19)
Changed
- Change name of functions that create storage
- Change the data serializer (#18, #20)
- (dev) New lib to generate documentation
- (dev) Validate code style on configuration files
Removed
noopStorage()
usecreateNoopStorage()
insteadlocalStorage()
usecreateLocalStorage()
insteadsessionStorage()
usecreateSessionStorage()
insteadindexedDBStorage()
usecreateIndexedDBStorage()
instead
Thanks to @beebase for the new Storage idea, @michaelcuneo for suggesting the documentation update, @SwiftWinds and @AndreasHeintze for raising issues with the serialization library