Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.07 KB

1.1.0

Updated dependencies due to vulnerabilities reported by GitHub.

1.0.0

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 and installStorageWriter changed from type string to a parameter object, which allows to set the storage type and the storage key (see documentation in README.md and web-storage.ts).

0.7.0

First official release.

0.6.0

Finalized build setup for travis-ci.org and npmjs.com.

0.5.4

First published version (experimental).