All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.4.1 (2019-09-03)
4.4.0 (2019-06-10)
- lib: allow es6 modules to mapDispatchToTarget (edef178)
- store creator callback: provide callback for creating store (9f45122)
4.3.0 (2019-05-12)
- store creator callback: provide callback for creating store (9f45122)
4.2.0 (2018-10-12)
4.0.3 (2018-07-11)
- typings add provider config types (3eb5euu)
- Debounce of the digests triggered by store modification
4.0.3 (2018-03-18)
4.0.1 (2018-02-07)
4.0.0 (2018-02-07)
- build: makes redux a peerDependency (187534a)
- lib: added initial populate dispatch (b94282b)
- lib: fixes bugs with proposed provided-store logic (745f3c7)
- lib: provide store functionality (5bc1583)
- lib: reverted a change to the store initialization (8128828)
- build: we aren't including redux to our umd build anymore.
Also added back the umd (dist) build since we still need to support it, but it will be .gitignored
Added some bower support workaround in Readme