Releases: richardcrng/redux-leaves
Releases · richardcrng/redux-leaves
v0.6.1 - `create(actionType)` API
Allows you to pass in a string to the create
interface to control action type produced by the creator.
Fix null branch initial state
Merge pull request #92 from richardcrng/bump-to-v0.3.5 update version number
redux-leaves v0.3.4
Merge pull request #89 from richardcrng/remove-mutate Remove mutate
redux-leaves v0.3.2
- New API for
reducersDict
redux-leaves v0.2.5
- customise the
type
of action creators viacustomLogic
redux-leaves v0.2.3
- add create.asArray.filter
- tidy up documentation
redux-leaves v0.2.2
- Uninstall @babel/polyfill
Remove react-scripts and custom setup jest & babel
Merge pull request #51 from richardcrng/master-v0.2.1 Master v0.2.1
redux-leaves v0.1.2
- Use Immer to enforce immutability
- Add
customLogic
handling
redux-leaves v0.1.1
Allow action creators on branches