Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Releases: ioof-holdings/redux-dynamic-reducer

v2.0.2

16 Apr 11:27
Compare
Choose a tag to compare

Changes

  • Fix dynamic reducer creation to not lose keys on complex state structures #13
  • Correctly treat multiple slash delimiters as multiple nested paths #12 #13

v2.0.1

04 Mar 08:50
Compare
Choose a tag to compare

Changes

  • Ignore .bablerc file in npm package #5 #7

Improved Nesting

06 Nov 10:22
Compare
Choose a tag to compare

It's Alive...

29 Sep 03:41
Compare
Choose a tag to compare

This is our first release! Please provide some feedback on whether you're finding the library useful.

Currently the dist version is a Babelified ES5 library using CommonJS. More dist types can be added in future.

Current feature set includes:

  • Dynamically attach reducers to the store using attachReducers
  • withReducer higher-order React component to attach a reducer when the component is mounted