Skip to content

Releases: esamattis/lean-redux

3.3.0

20 Apr 13:58
Compare
Choose a tag to compare

Support Redux combineReducers

3.2.0

28 Feb 14:53
Compare
Choose a tag to compare

Allow this.props access in getInitialState()

3.1.0

28 Feb 14:45
Compare
Choose a tag to compare

Add dispatch to the handler context

3.0.1

07 Dec 12:12
Compare
Choose a tag to compare

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

3.0.0

13 Nov 12:32
Compare
Choose a tag to compare

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

10 Nov 12:40
Compare
Choose a tag to compare
  • Allow handlers to call getInitialState
  • Do not pass getInitialState or mapState as props

2.1.0

18 Oct 10:05
Compare
Choose a tag to compare

The scope option can be a function now.

2.0.0 Redux state like local state

12 Oct 21:10
Compare
Choose a tag to compare

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

1.1.0

10 Oct 22:54
Compare
Choose a tag to compare

Add getInitialState() method. defaultProps still works.