Releases: winzou/state-machine
Releases · winzou/state-machine
0.4.6
0.4.5
What's Changed
- Make nullable arguments explicit by @Zales0123 in #59
- [DX] Test against newer PHP versions by @Zales0123 in #60
Full Changelog: 0.4.4...0.4.5
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.