Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 2.14 KB

1.0.2 (October 27, 2016)

Minor changes

Bugfixes

  • Computed property of object must be stirng, number or any (b308916)

1.0.1 (October 3, 2016)

Bugfixes

  • Remove typings from postinstall (657ee3c)

1.0.0 (September 29, 2016)

Breaking changes

  • Second argument of handleActions is now accepts options object instead of initialState (defaultState), so you need to pass initialState in that object, like this { initialState } this was affected by adding warning for unknown action

Major changes

  • Added support for multiple actions in one handler, now you can combine actions by + operator, like so: [action + secondAction]: handlerFunction see details in corresponding issue (#8)
  • Complete rewrite to TypeScript. Now it's easier to integrate in TypeScript projects and can be helpful with IDE suggestions, because we have d.ts files (f620fcf)
  • Added warning for unknown action (69f82ba)
  • Added warning when creating params with type property (104565d)

0.0.3 (September 27, 2016)

  • Added error to avoid duplicate actions (3d416cb)

0.0.1 (September 26, 2016)

  • Happy birthday redux-actions-helpers, first release yay! 🎂 🍻 (61ea49c)