Updated dependencies due to vulnerabilities reported by GitHub.
Support for session storage (default) and local storage.
Breaking changes:
- The default storage changed from localStorage to sessionStorage.
- The default name of the key in the Brower's key-value store (either session or local storage) changed from "state" to "redux-iframe-state".
- The last argument of functions
getStoredState
andinstallStorageWriter
changed from typestring
to a parameter object, which allows to set the storage type and the storage key (see documentation in README.md and web-storage.ts).
First official release.
Finalized build setup for travis-ci.org and npmjs.com.
First published version (experimental).