Skip to content

Releases: christianalfoni/immutable-store

Release 0.5.1

Choose a tag to compare

@christianalfoni christianalfoni released this 20 Jul 14:46
  • Fixed bug with import

Release 0.5.0

Choose a tag to compare

@christianalfoni christianalfoni released this 20 Jul 14:27
  • Added import and export of state, which handles mapped state values

v0.4.2

Choose a tag to compare

@christianalfoni christianalfoni released this 15 Jul 12:10
  • Fixed bug with mapping values

v0.4.1

Choose a tag to compare

@christianalfoni christianalfoni released this 15 Jul 11:14
  • Fixed bug where top level mutations got shared across instances

Release 0.4.0

Choose a tag to compare

@christianalfoni christianalfoni released this 13 Jul 16:25

You can now map state from other state. Great for relational type of state.

0.3.0

Choose a tag to compare

@christianalfoni christianalfoni released this 22 May 08:17
  • Unset method added (Thanks to @jrust)

Release 0.2.4

Choose a tag to compare

@christianalfoni christianalfoni released this 18 Mar 13:42
  • Fixed bug with paths (Big thanks to @irium)