This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
0.0.4-beta8
Pre-release
Pre-release
Ok, we skipped a number of betas, mostly because I was supporting my team and there were a number of issues that required a succession of quick releases.
Changes
- If an entity is not found in the reducer structure, it will log and error in stead of throwing one and return undefined
- Harmony Proxy is now no longer used by default but rather only if an older style proxy is encountered.
- Maps are now supported as reducer root
- Added a number of tests to test merging and deep merging
- Added some nicer debug options and console out
Note
- This version requires immutable 3.8.1 but for some reason 3.7.x is installed by npm install. You have to manually take care of this for now and verify! Otherwise, you might get mergeDeep exceptions
Still looking for help on late binding. I haven't figured out a good way to do that yet!