Skip to content

Latest commit

 

History

History
76 lines (33 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

76 lines (33 loc) · 2.29 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2018-08-31)

Bug Fixes

  • Removed index.browser.js as it isn't required. (4230fd5)

2.0.0 (2017-11-13)

Features

  • Replaced reduxDevToolsEnhancer with createStoreWithDevTools to make this work together with i.e. redux-thunk. (559ceab)

BREAKING CHANGES

  • reduxDevToolsEnhancer is no longer available. Instead use createStoreWithDevTools to create your store.

1.2.1 (2017-11-09)

Bug Fixes

  • Fix this-context for reducer and keep undefined option for state parameter. (8c2d7e7)

1.2.0 (2017-11-09)

Bug Fixes

  • Fix reducer's type declaration to allow undefined state parameter. (7d990ad)

Features

  • Run coverage when building release and remember about uncommitted files. (d202083)

1.1.1 (2017-11-09)

Bug Fixes

  • Following redux convention to return initial state when undefined state is provided to the reducer. (99709b9)

1.1.0 (2017-10-27)

Features

  • Added API documentation (f29f60c)

1.0.1 (2017-10-27)

  • Initial release