Skip to content

Releases: Jesperpaulsen/use-oo-state

v.0.0.19

23 Oct 13:34
Compare
Choose a tag to compare

v.0.0.18

23 Oct 13:31
Compare
Choose a tag to compare

Full Changelog: v.0.0.17...v.0.0.18

Mutate initial state and props

23 Oct 07:09
Compare
Choose a tag to compare
v.0.0.17

mutate initial state and props

add resetState method

27 Apr 14:29
Compare
Choose a tag to compare

The resetState method can be used to reset the state to the initial state.

Fix onStateUpdated and onPropsUpdated call

27 Apr 14:16
Compare
Choose a tag to compare

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

11 Apr 14:01
Compare
Choose a tag to compare
v.0.0.14

call onCreated after initialization of manager

add onCreated hook to substate handlers

11 Apr 12:51
Compare
Choose a tag to compare
v.0.0.13

add onCreated hook to substate handler

Simplify readme examples

11 Apr 12:21
Compare
Choose a tag to compare
v.0.0.12

simplify readme examples

Remove optional props

10 Apr 13:52
Compare
Choose a tag to compare

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

10 Apr 13:12
Compare
Choose a tag to compare
v.0.0.7

correct files that are bundled