See all OvermindJS updatesV26
OvermindJS ยท
Oct 25th, 2020
Finalized state machine API with strict mode and updated typing documentation
- Changed state machine API
- Updated TypeScript documentation
- Introducing "strict mode", which requires you to define your state with state machines
- Vue 3 composition hooks (experimental)
- Set a custom development name (default is "development")
- Hide devtools using CMD + h
- Tests now run in "devmode"
- overmind-react does not require typing of
createHook
with implicit typing
- Make copy of state machines when mocking
- Fixed lazy loading namespace path
- Allow listening to mutations on root state in reactions
- Fixed typing related to configs