Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 607 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 607 Bytes

2.0.0 / 2019-05-06

  • Rewrite to use latest RxJS syntax
  • Remove Immutable.js
  • Make RxJS a peer dependency

1.0.2 / 2018-10-01

  • Update to RxJS v6 with compat package

1.0.1 / 2018-10-01

  • Update dependencies and fix build/test toolchain

1.0.0 / 2016-12-19

  • Update RxJS to v5
  • Replace webpack with rollup for simpler build

0.4.0 / 2016-05-11

  • allow clearing store with custom state

0.3.0 / 2016-04-28

  • always return last state value to new subscribers

0.2.0 / 2016-04-19

  • fix issue with Immutable when triggering actions multiple times

0.1.0 / 2016-04-19

  • initial version