Skip to content

Releases: richardcrng/redux-leaves

v0.6.1 - `create(actionType)` API

08 Nov 09:04
dc06a1b
Compare
Choose a tag to compare

Allows you to pass in a string to the create interface to control action type produced by the creator.

Fix null branch initial state

07 Jul 10:39
5d2f10f
Compare
Choose a tag to compare
Merge pull request #92 from richardcrng/bump-to-v0.3.5

update version number

redux-leaves v0.3.4

23 Jun 15:18
40feecd
Compare
Choose a tag to compare
Merge pull request #89 from richardcrng/remove-mutate

Remove mutate

redux-leaves v0.3.2

18 May 08:52
5a7f7f9
Compare
Choose a tag to compare
  • New API for reducersDict

redux-leaves v0.2.5

17 Apr 16:18
70c8d90
Compare
Choose a tag to compare
  • customise the type of action creators via customLogic

redux-leaves v0.2.3

17 Apr 15:34
53fa882
Compare
Choose a tag to compare
  • add create.asArray.filter
  • tidy up documentation

redux-leaves v0.2.2

17 Apr 13:05
349d4e4
Compare
Choose a tag to compare
  • Uninstall @babel/polyfill

Remove react-scripts and custom setup jest & babel

17 Apr 11:23
94f2e2b
Compare
Choose a tag to compare
Merge pull request #51 from richardcrng/master-v0.2.1

Master v0.2.1

redux-leaves v0.1.2

17 Apr 09:37
a75fb8a
Compare
Choose a tag to compare
  • Use Immer to enforce immutability
  • Add customLogic handling

redux-leaves v0.1.1

16 Apr 16:30
0ac6e23
Compare
Choose a tag to compare

Allow action creators on branches