Releases: Marcisbee/exome
Releases · Marcisbee/exome
v0.13.0
Feature
- Adds new
onAction
method that triggers callback whenever specific action is called.
v0.12.4
Bugfixes
- Fixes
loadState
inability to load circular Exome instances.
v0.12.2
Bugfixes
- Fixes
saveState
snapshot of circular Exome instances.
v0.12.1
Bugfixes
saveState
and loadState
now works with minified class names;
- Issue with state type but warning about store type in load-state (#8).
v0.12.0
Breaking changes
- Adds
registerLoadable
method that gathers all available Exome
that can be loaded;
- Removes 3rd argument for
loadState
method;
+ registerLoadable({ Person, Dog })
+ loadState(target, state)
- loadState(target, state, { Person, Dog })
v0.11.0
Merge pull request #7 from Marcisbee/vanilla
Adds vanilla subscriber
v0.10.1
Fixes jest serializer output for `GhostExome`