- Added yarn lock file (c92892f)
- Computed property of object must be stirng, number or any (b308916)
- Remove typings from postinstall (657ee3c)
- 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
- 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)
- Added error to avoid duplicate actions (3d416cb)
- Happy birthday redux-actions-helpers, first release yay! 🎂 🍻 (61ea49c)