Skip to content

Releases: winzou/StateMachineBundle

Add guards

28 Oct 03:34
Compare
Choose a tag to compare

Cf winzou/state-machine#25 and #27 for more details.

Symfony 3 compatibility

10 Apr 11:56
Compare
Choose a tag to compare
add Symfony 3 support

* add Symfony 3 support

* fix php version

Update state-machine lib

27 Nov 05:50
Compare
Choose a tag to compare

v0.2.1: Fix callback args configuration merging

29 Oct 05:29
Compare
Choose a tag to compare

When the configuration for a callback args is split in multiple config files, we don't merge the arguments anymore. Only the last define args node is kept. Previous behavior was to add an new argument instead of overriding it, it was not the right way.

v0.2: Add ability to sort callbacks

31 Jul 07:53
Compare
Choose a tag to compare
Pre-release
  • Add ability to sort callbacks thanks to a priority index in the callbacks config
  • Fix the state disabling feature which was broken.

No BC break.

v0.1.3: Fix error when callable contains object

20 Jun 04:33
Compare
Choose a tag to compare
Fix error when callable contains object

v0.1.2

27 May 04:24
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
Fix configuration

v0.1.1

26 May 13:53
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Add keyword

First release

26 May 10:24
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.1

Fix autoload to psr4