Skip to content

Releases: brophdawg11/state-machine

v0.5.0

05 Jan 14:27
Compare
Choose a tag to compare
  • Added optional initialStateErrorHandler param to StateMachine constructor
  • Updated deps and added PR status checks via Github Actions

0.4.0

08 Mar 13:06
Compare
Choose a tag to compare

Add isValidTransition method to StateMachine class

0.3.1

19 Oct 15:10
Compare
Choose a tag to compare

Fix published package by adding the @types folder so TS definitions work

0.3.0

19 Oct 15:01
Compare
Choose a tag to compare
  • Add TypeScript types
  • Update build dependencies

0.2.2

28 Apr 20:39
Compare
Choose a tag to compare

Fix issues in IE11 with console.debug/console.error

0.2.1

16 Jul 21:42
Compare
Choose a tag to compare
  • Fix invalid repository links in package.json
  • Pin lodash to 4.17.14 to resolve a security vulnerability (see here and here)

0.2.0

16 Jul 21:30
Compare
Choose a tag to compare

Initial public release