Releases: Jesperpaulsen/use-oo-state
Releases · Jesperpaulsen/use-oo-state
v.0.0.19
Full Changelog: v.0.0.18...v.0.0.19
v.0.0.18
Full Changelog: v.0.0.17...v.0.0.18
Mutate initial state and props
v.0.0.17 mutate initial state and props
add resetState method
The resetState method can be used to reset the state to the initial state.
Fix onStateUpdated and onPropsUpdated call
This release fixes a bug, where the onPropsUpdated and onStateUpdated calls would send the same object as the new and old parameter.
Full Changelog: v.0.0.14...v.0.0.15
call onCreated hook after initalisation
v.0.0.14 call onCreated after initialization of manager
add onCreated hook to substate handlers
v.0.0.13 add onCreated hook to substate handler
Simplify readme examples
v.0.0.12 simplify readme examples
Remove optional props
Due to type definitions, optional props are removed for now. It will be added at a later stage. If you don't required props, define the prop type as an empty object.
Correct bundled files
v.0.0.7 correct files that are bundled