Skip to content

3.0.0

Latest

Choose a tag to compare

@JasonPierce JasonPierce released this 21 Apr 21:25
· 1 commit to main since this release

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.