Skip to content

Releases: 2Toad/fluent-state

2.1.0

21 Feb 01:46
Compare
Choose a tag to compare

What's Changed

  • Fixes #65: Add onEnter and onExit Hooks for State Transitions by @JasonPierce in #69
  • Fix #68: Add Middleware for Pre-Transition Validation (fluentState.use()) by @JasonPierce in #70

Full Changelog: v2.0.1...v2.1.0

2.0.1

16 Sep 05:54
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

2.0.0

14 Sep 15:21
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Rename TransitionFailed to FailedTransition
  • Change remove() to work as described in docs

New Contributors

Full Changelog: v1.1.0...v2.0.0

1.1.0

29 May 02:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

1.0.0

14 Nov 07:42
Compare
Choose a tag to compare

Initial