Releases: christianalfoni/immutable-store
Releases · christianalfoni/immutable-store
Release list
Release 0.5.1
- Fixed bug with import
Release 0.5.0
- Added import and export of state, which handles mapped state values
v0.4.2
v0.4.1
- Fixed bug where top level mutations got shared across instances
Release 0.4.0
You can now map state from other state. Great for relational type of state.
0.3.0
- Unset method added (Thanks to @jrust)
Release 0.2.4
- Fixed bug with paths (Big thanks to @irium)