All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-04-01
Node#on
now accepts multiple event types.
0.2.2 - 2023-08-03
- Activities were not being cleaned up properly when calling
Statechart#stop
.
- Updated
Machine
class to take in optionalobserver
andtrace
options.
0.2.1 - 2022-11-11
- Concurrent state exit bug where sibling states had child states with the same name.
0.2.0 - 2022-04-20
- OVERVIEW docs.
- API docs.
- Allow condition functions to return
undefined
so that a state can both use a condition function and be a history state.
0.1.1 - 2022-03-13
- Toggle example app.
- Stopwatch example app.
- Package size optimizations.
0.1.0 - 2022-03-09
- Initial release.