Skip to content

Releases: redux-utilities/redux-actions

v2.3.2

03 May 16:39
Compare
Choose a tag to compare
  • use curry instead of fp/curryN to be compatible with lodash-es (ff7422b)

v2.3.1

03 May 16:02
Compare
Choose a tag to compare

v2.3.0

07 Mar 11:00
Compare
Choose a tag to compare
  • Allow actions to be prefixed

v2.2.1

03 Jul 16:11
Compare
Choose a tag to compare

758ad10 Rename module to be action-agnostic (@yangmillstheory)

v2.2.0

02 Jul 21:52
Compare
Choose a tag to compare

v2.1.0

01 Jul 17:20
Compare
Choose a tag to compare

Resolve #220 with b9101a3 (@JasonKid).

v2.0.3

10 May 05:01
Compare
Choose a tag to compare

Make createAction more efficient by doing more pre-processing up front. c87508b

Thanks to @Lucretiel.

v2.0.2

16 Apr 21:08
Compare
Choose a tag to compare

Couple of improvements; thanks to the contributors.

v2.0.1

05 Mar 10:33
Compare
Choose a tag to compare

Fix a missing export causing warnings in module bundlers.

#198, @krisaoe, 727d9c1

v2.0.0

04 Mar 18:10
Compare
Choose a tag to compare

This release adds the ability to create structured and namespaced action creators (a4047db, @yangmillstheory).

The only backwards-incompatible change is around this behavior, and so necessitated a major version bump.