All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2018-08-31)
- Removed
index.browser.js
as it isn't required. (4230fd5)
2.0.0 (2017-11-13)
- Replaced
reduxDevToolsEnhancer
withcreateStoreWithDevTools
to make this work together with i.e. redux-thunk. (559ceab)
reduxDevToolsEnhancer
is no longer available. Instead usecreateStoreWithDevTools
to create your store.
1.2.1 (2017-11-09)
- Fix
this
-context for reducer and keepundefined
option for state parameter. (8c2d7e7)
1.2.0 (2017-11-09)
- Fix reducer's type declaration to allow undefined state parameter. (7d990ad)
- Run coverage when building release and remember about uncommitted files. (d202083)
1.1.1 (2017-11-09)
- Following redux convention to return initial state when undefined state is provided to the reducer. (99709b9)
1.1.0 (2017-10-27)
- Added API documentation (f29f60c)
- Initial release