All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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
(Issue#21) - Add basic type definitions in README (Issue#19)
- Change name of functions that create storage
- Change the data serializer (Issue#18, Issue#20)
- (dev) New lib to generate documentation
- (dev) Validate code style on configuration files
noopStorage()
usecreateNoopStorage()
insteadlocalStorage()
usecreateLocalStorage()
insteadsessionStorage()
usecreateSessionStorage()
insteadindexedDBStorage()
usecreateIndexedDBStorage()
instead
- Change how data are serialized/deserialized to handle class
- Classes can't be persisted
- SyntaxError when the value can't be parsed as a JSON (Issue#3)
- Update (dev) dependencies version
- Add external change listener for SessionStorage and LocalStorage
- Add documentation
- Add IndexedDB Storage
- Add protection on global
document
variable
- Add
noop
Storage that do nothing
- Add protection on global
window
variable
First version