Skip to content

Releases: redux-loop/redux-loop-immutable

2.0.1

Choose a tag to compare

@bdwain bdwain released this 24 Jun 20:03

bugfix: add a wildcard to the redux-loop peer dependency so it allows any ^6.0.0 version

2.0.0

Choose a tag to compare

@bdwain bdwain released this 24 Jun 20:02

Added typescript support

Deprecated mergeChildReducers (use reduceReducers instead)

Upgraded peer dependency requirement to redux-loop 6.0.0

1.0.1

Choose a tag to compare

@bdwain bdwain released this 16 Jan 10:00

Add support for immutable v4 (#1 by @D1plo1d)

1.0.0

Choose a tag to compare

@bdwain bdwain released this 15 May 21:54

Nothing changed. But this is stable so releasing 1.0.0

0.1.0

Choose a tag to compare

@bdwain bdwain released this 15 May 21:54

Upgrading dependencies

New Feature: Pass through parameters additional parameters passed to the result of combineReducers and mergeChildReducers to nested reducers.

0.0.4

Choose a tag to compare

@bdwain bdwain released this 11 Oct 10:52

Changes how exports are done to allow for mocking in tests.

0.0.1

Choose a tag to compare

@bdwain bdwain released this 01 Oct 00:26

Initial Release

Features:

  • combineReducers
  • mergeChildReducers

See docs for details.