Releases: winzou/state-machine
Releases · winzou/state-machine
Symfony7 support
What's Changed
- [Maintenance] Migrate travis to github actions by @lchrusciel in #51
- [Maintenance] Fix GH Action to support different Sf versions by @coldic3 in #52
- [Maintenance][GH] Require supported PHP and Sf versions only by @coldic3 in #53
- Add support for Symfony 7 by @loic425 in #58
New Contributors
- @lchrusciel made their first contribution in #51
- @coldic3 made their first contribution in #52
- @loic425 made their first contribution in #58
Full Changelog: 0.4.3...0.4.4
Symfony6 support
Merge pull request #49 from Zales0123/allow-symfony-6 Add Symfony 6 support
Try to fix issue with php version constraint
Try to fix #47
PHP8 support
Merge pull request #45 from sebdesign/master Add support for PHP 8
Symfony5 support
Merge pull request #44 from winzou/sf5 Symfony5 support
Symfony4 compatible
Merge pull request #37 from bpolaszek/master Symfony 4 compatibility
Fix non-string callback arguments
Allow callback to call method on the object itself
Cf #26 for more details.
Add guards
Add guards to prevent a transition to happen. Guards are first-class callbacks. Cf. #25 for more details.
Symfony 3 compatibility
Merge pull request #20 from winzou/sf3 Allow Symfony 3