4.0.1 (2018-01-28)
- Add ES6 module build to enable tree shaking and scope hoisting (see commit)
4.0.0 (2017-10-18)
xstream
is not a dependency anymore, but a peer dependency.
3.2.0 (2017-08-04)
- storageify: Add
debounce
option.
3.1.0 (2017-08-01)
- storageify: Other local storage stuff is not overwritten anymore in the
storage
sink.
- storageify: Make
options
optional.
3.0.0 (2017-05-30)
- storageify: If
options.key
does not exist (in storage),undefined
is emitted onstorage
sink instead of an empty object{}
. This change is done because cycle-onionify treatsundefined
as "no state" and is important for initializing state with defaults. See commit c6f4702.
2.0.0 (2017-05-19)
- src: fix initial reducer logic, avoid take() and drop() (059cd59)
- src: This version of cycle-storageify can only be used with TypeScript v2.3 and xstream v10 or higher.