Skip to content

Releases: winzou/state-machine

Symfony7 support

29 Jan 09:16
b7ced0a
Compare
Choose a tag to compare

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

Full Changelog: 0.4.3...0.4.4

Symfony6 support

29 Jan 13:39
d155f66
Compare
Choose a tag to compare
Merge pull request #49 from Zales0123/allow-symfony-6

Add Symfony 6 support

Try to fix issue with php version constraint

16 Jun 18:14
7633c95
Compare
Choose a tag to compare

PHP8 support

03 Mar 21:04
7633c95
Compare
Choose a tag to compare
Merge pull request #45 from sebdesign/master

Add support for PHP 8

Symfony5 support

26 Jul 07:32
da3ef73
Compare
Choose a tag to compare
Merge pull request #44 from winzou/sf5

Symfony5 support

Symfony4 compatible

11 Feb 18:19
37f03a3
Compare
Choose a tag to compare
Merge pull request #37 from bpolaszek/master

Symfony 4 compatibility

Fix non-string callback arguments

03 Nov 13:29
Compare
Choose a tag to compare

Allow callback to call method on the object itself

28 Oct 02:57
Compare
Choose a tag to compare

Add guards

27 Oct 15:48
Compare
Choose a tag to compare

Add guards to prevent a transition to happen. Guards are first-class callbacks. Cf. #25 for more details.

Symfony 3 compatibility

10 Apr 11:56
Compare
Choose a tag to compare
Merge pull request #20 from winzou/sf3

Allow Symfony 3