Skip to content

Latest commit

 

History

History
171 lines (69 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

171 lines (69 loc) · 5.13 KB

Changelog

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

0.100.4 (2020-02-09)

Bug Fixes

0.100.2 (2020-02-08)

Features

  • actions: support aliasing (5d9cb6f)

0.99.1 (2019-12-24)

Bug Fixes

  • docs: logo size and link (292d504)

0.26.1 (2019-12-20)

Bug Fixes

  • export typescript definitions (9373d20)

0.9.5 (2019-06-20)

Bug Fixes

0.9.0 (2019-03-23)

Features

  • action: add typesafe Error (058955a), closes #33

0.8.5 (2019-03-10)

Bug Fixes

  • typings: add action.error field (11aace0)

Reverts

  • don't include action.error if no payload (523d069)

0.8.0 (2019-03-10)

Features

  • api: export createCombinableReducers (be77848)

0.7.0 (2019-03-09)

Features

  • api: export createCombinableReducers (be77848)

0.27.1 (2018-05-22)

Bug Fixes

  • Action: redux isPlainObject doesn't accept bare objects (#18) (5ad16c5)

0.26.0 (2018-02-18)

Features

0.25.5 (2018-02-16)

Bug Fixes

  • webpack: export Testing Utilities (d8dfd66)

0.25.4 (2018-02-16)

Features

  • Testing: add createFakeStore(...reducers) (#16) (55ccabf)

0.24.0 (2018-01-26)

Features

  • Action,CreateCombinableReducers: check and throw if a reducer, action already exist only if NODE_ENV === production (77caf8d)
  • docs: add function signature to Action.MD (e6be54b)
  • docs: Detailed Documentation for Action (#13) (55ba4ee)

0.23.1 (2018-01-25)

0.23.0 (2018-01-25)

Features

  • Action,CreateCombinableReducers: check and throw if a reducer, action already exist only if NODE_ENV === production (77caf8d)

0.22.0 (2018-01-24)

Features

  • createAction: add parameter payloadCreator, metaCreators (#12) (ea1f39c)

0.21.4 (2018-01-24)

Bug Fixes

  • git flow: rm npm publish since we deploy via travis-ci (3ec2522)

0.21.3 (2018-01-24)