Releases: steelbreeze/state
Fix orthogonal region issue
Fixes an issue where direct entry to a state within an orthogonal region did not enter sibling regions.
Enhanced log output for transitions
(merge dev in to master before releasing)
Fix orthogonal region issue
Fixes an issue where direct entry to a state within an orthogonal region did not enter sibling regions.
Enhanced log output for transitions
Bug fix in internal transitions
Fixed a bug in the evaluation of completion transitions after an internal transition has fired.
Maintenance release
Refactoring after the last few feature releases
Improved transition creation and deferred events
See RELEASES.md
Addition of deferred events
This release adds deferred events and also allows for runtime type check of the event type prior to guard evaluation, see RELEASES.md for more detail.
Closes #10
Initial release of the v7 code
Please see RELEASES.md for details
Maintenance release
Small maintenance release mainly targeting code climate config
Starting refactoring
Split out PseudoStateKind and TransitionKind enums to separate source files and reassemble using index.js
Version 6.0 final
The long-awaited v6 release; this now formerly depreciates the old state.js version.