Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Releases: esamattis/lean-redux

3.3.0

Choose a tag to compare

@esamattis esamattis released this 20 Apr 13:58

Support Redux combineReducers

3.2.0

Choose a tag to compare

@esamattis esamattis released this 28 Feb 14:53

Allow this.props access in getInitialState()

3.1.0

Choose a tag to compare

@esamattis esamattis released this 28 Feb 14:45

Add dispatch to the handler context

3.0.1

Choose a tag to compare

@esamattis esamattis released this 07 Dec 12:12

Bug fix: Do not pass scope to scoped state in mapState.

3.0.0

Choose a tag to compare

@esamattis esamattis released this 13 Nov 12:32

Only one change: Always create objects for a scope path

See 9cf604c

Previously it used Lodash defaults where number like keys created arrays.

2.1.1

Choose a tag to compare

@esamattis esamattis released this 10 Nov 12:40
  • Allow handlers to call getInitialState
  • Do not pass getInitialState or mapState as props

2.1.0

Choose a tag to compare

@esamattis esamattis released this 18 Oct 10:05

The scope option can be a function now.

2.0.0 Redux state like local state

Choose a tag to compare

@esamattis esamattis released this 12 Oct 21:10

Small API pivot. Instead of inventing own methods for state updates Lean Redux now mirrors the React Component state API.

1.1.0

Choose a tag to compare

@esamattis esamattis released this 10 Oct 22:54

Add getInitialState() method. defaultProps still works.