Please note: this blog has been migrated to a new location at https://jakesgordon.com. All new writing will be published over there, existing content has been left here for reference, but will no longer be updated (as of Nov 2023)

Javascript State Machine 3.0 RC1

Tue, Jan 10, 2017

The javascript-state-machine library is having a major rewrite for version 3.0 in order to support more advanced use cases - as well as tidy up some of the existing ones. It is now available as a pre-release candidate for early adopters.

Installing

You can install the release candidate using npm:

  npm install --save javascript-state-machine@3.0.0-rc.1

Highlights

Documentation

Additional documentation is available on github in the v3 branch:

Licensing

Please note that v3.0 is dual licensed under LGPLv3 for open source projects, while a commercial license is also available.