Skip to content

Releases: steelbreeze/state

Fix orthogonal region issue

15 Dec 08:28
Compare
Choose a tag to compare

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

15 Dec 08:22
Compare
Choose a tag to compare

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

05 Dec 09:56
Compare
Choose a tag to compare

Fixed a bug in the evaluation of completion transitions after an internal transition has fired.

Maintenance release

01 Dec 10:01
Compare
Choose a tag to compare

Refactoring after the last few feature releases

Improved transition creation and deferred events

28 Nov 17:55
Compare
Choose a tag to compare

Addition of deferred events

23 Nov 11:44
Compare
Choose a tag to compare

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

08 Nov 10:15
Compare
Choose a tag to compare

Maintenance release

14 Jul 09:46
Compare
Choose a tag to compare

Small maintenance release mainly targeting code climate config

Starting refactoring

12 Jul 15:44
Compare
Choose a tag to compare

Split out PseudoStateKind and TransitionKind enums to separate source files and reassemble using index.js

Version 6.0 final

12 Jul 10:42
Compare
Choose a tag to compare

The long-awaited v6 release; this now formerly depreciates the old state.js version.