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

Sat, Jun 10, 2017

Earlier this year, the javascript-state-machine libary underwent 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 has been available as a pre-release candidate for the last few months and has now been formally released as v3.0.1

Installing

You can install using npm:

  npm install javascript-state-machine

Highlights

Documentation

Additional documentation is available on github:

Licensing

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