Releases: 2Toad/fluent-state
Releases · 2Toad/fluent-state
2.1.0
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
- Fix: add build to prepublishOnly script by @JasonPierce in b4dc7f372c9948d64ddab25e786c685a13faa469
Full Changelog: v2.0.0...v2.0.1
2.0.0
What's Changed
- Fix #10: Optimize code via best practices (linting enforced) and enhance build/deployment processes by @JasonPierce in #11
- Fixes #17: Upgrade node and dependencies by @JasonPierce in #18
- Bump husky from 9.1.5 to 9.1.6 by @dependabot in #19
- Bump @types/node from 22.5.4 to 22.5.5 by @dependabot in #20
- Bump @types/mocha from 10.0.7 to 10.0.8 by @dependabot in #21
Breaking Changes
- Rename TransitionFailed to FailedTransition
- Change remove() to work as described in docs
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: v1.1.0...v2.0.0
1.1.0
What's Changed
- Fix #8: Upgrade dependencies and build process by @JasonPierce in #9
Full Changelog: v1.0.0...v1.1.0
1.0.0
Initial