Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 1.89 KB

4.0.1 (2018-01-28)

Features

  • Add ES6 module build to enable tree shaking and scope hoisting (see commit)

4.0.0 (2017-10-18)

BREAKING CHANGES

  • xstream is not a dependency anymore, but a peer dependency.

3.2.0 (2017-08-04)

Features

  • storageify: Add debounce option.

3.1.0 (2017-08-01)

Bug Fixes

  • storageify: Other local storage stuff is not overwritten anymore in the storage sink.

Features

  • storageify: Make options optional.

3.0.0 (2017-05-30)

BREAKING CHANGES

  • storageify: If options.key does not exist (in storage), undefined is emitted on storage sink instead of an empty object {}. This change is done because cycle-onionify treats undefined as "no state" and is important for initializing state with defaults. See commit c6f4702.

2.0.0 (2017-05-19)

Bug Fixes

  • src: fix initial reducer logic, avoid take() and drop() (059cd59)

BREAKING CHANGES

  • src: This version of cycle-storageify can only be used with TypeScript v2.3 and xstream v10 or higher.