Skip to content

Releases: 2Toad/fluent-state

3.0.0

21 Apr 21:25

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

🚨 Breaking Changes

This release includes a major update that changes transition() and next() from synchronous to asynchronous calls. This means that any existing code that relies on their synchronous behavior must be updated to handle the new async behavior.

If you require the old synchronous behavior, please use v2.x of this library.

2.1.0

21 Feb 01:46

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

Choose a tag to compare

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

2.0.0

14 Sep 15:21

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

Choose a tag to compare

What's Changed

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

1.0.0

14 Nov 07:42

Choose a tag to compare

Initial