Skip to content

Releases: redux-utilities/redux-actions

v2.3.2

Choose a tag to compare

@timche timche released this 03 May 16:39
  • use curry instead of fp/curryN to be compatible with lodash-es (ff7422b)

v2.3.1

Choose a tag to compare

@timche timche released this 03 May 16:02

v2.3.0

Choose a tag to compare

@mslipper mslipper released this 07 Mar 11:00
  • Allow actions to be prefixed

v2.2.1

Choose a tag to compare

@globalchubby globalchubby released this 03 Jul 16:11

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

v2.2.0

Choose a tag to compare

@globalchubby globalchubby released this 02 Jul 21:52

v2.1.0

Choose a tag to compare

@globalchubby globalchubby released this 01 Jul 17:20

Resolve #220 with b9101a3 (@JasonKid).

v2.0.3

Choose a tag to compare

@globalchubby globalchubby released this 10 May 05:01

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

Thanks to @Lucretiel.

v2.0.2

Choose a tag to compare

@globalchubby globalchubby released this 16 Apr 21:08

Couple of improvements; thanks to the contributors.

v2.0.1

Choose a tag to compare

@globalchubby globalchubby released this 05 Mar 10:33

Fix a missing export causing warnings in module bundlers.

#198, @krisaoe, 727d9c1

v2.0.0

Choose a tag to compare

@globalchubby globalchubby released this 04 Mar 18:10

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.