2023-08-09
- Bugfix:
- Execute idle callback if already idle
2023-08-09
onIdle
event callback
2023-04-04
- Bugfix:
- Event callback types missing
2023-04-04
- Bugfix:
- Return type for
.on
and.once
methods missing - No exported types for state machine configuration, transitions etc.
- Return type for
2023-04-03
- Typescript
- ESM
- No web build
2020-02-05
- Remove parallel processing of state events, for simplicity
2018-11-28
- Bugfix:
once
would not clear callback after first call
2018-11-26
- Bugfix: Transitioning when in pending state error message showed wrong to-state
2018-11-23
- Listen to all events by using "*" for the
stateOrTransition
value - Added
getHistory()
for fetching historical transitions - Improved error messages
2018-11-15
- Bugfix:
on
/once
/off
event handlers throwing errors and not working
2018-11-13
- Execute enter-state and after-transition callbacks in parallel
2018-11-12
- Add
can
,cannot
andis
methods
2018-11-10
- Reduced bundle size
2018-11-10
- Initial release