Skip to content

Releases: steelbreeze/state.js

Code clean up

08 Jun 20:27
Compare
Choose a tag to compare

Refactoring based on Code Climate feedback

Fix versioning errors

08 Jun 07:28
Compare
Choose a tag to compare
v5.3.4

Fix versioning issues

v3.5.3

06 Jun 21:43
Compare
Choose a tag to compare
Fix version

Reduce files in NPM release

06 Jun 21:37
Compare
Choose a tag to compare
v3.5.2

Reduce files distributed under NPM

Tidy HTML

05 Jun 21:17
Compare
Choose a tag to compare

See RELEASES.md for more information

Fix CommonJS issues

03 Jun 17:41
Compare
Choose a tag to compare
v5.3.0

Update node release number

Minor performance improvements

29 May 17:57
Compare
Choose a tag to compare

See README.md for more information.

Split runtime from model

26 May 15:35
Compare
Choose a tag to compare

Splits the state machine runtime completely from the state machine model.

This now provides very clean separation of concerns between the state machine model, instances of state machine models, and the runtime.

Correct build of 5.1.2

23 May 09:34
Compare
Choose a tag to compare

Fix an issue where 5.1.2 was not built correctly

Split execution from state machine model classes

23 May 08:54
Compare
Choose a tag to compare

Attempt to remove all the state machine execution logic out of the state machine model classes; this release does as much of this as possible without impacting the public interface.