All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.1.0 - 2017-08-31
- provide a Browserified distribution in the
dist
directory of the published npm module
3.0.0 - 2017-08-03
- remove dependency on ImmutableJs (#30)
- fix interoperability with Redux DevTools (#36)
2.1.0 - 2017-07-28
- correctly handle invalid transaction ids (#32)
2.0.0 - 2017-06-23
- fix error with non-root optimistic reducer and
initialState
(#22)