- Rewrite to use latest RxJS syntax
- Remove Immutable.js
- Make RxJS a peer dependency
- Update to RxJS v6 with compat package
- Update dependencies and fix build/test toolchain
- Update RxJS to v5
- Replace webpack with rollup for simpler build
- allow clearing store with custom state
- always return last state value to new subscribers
- fix issue with Immutable when triggering actions multiple times
- initial version