Skip to content

Releases: winzou/state-machine

PHP 5.3 compatibility

06 May 07:07
Compare
Choose a tag to compare
Merge pull request #8 from datto/master

Change callCallbacks to be 5.3 compatible

Dummy release for packagist cache

27 Nov 08:03
Compare
Choose a tag to compare
Pre-release
0.2.1

Fix last fix

Fix transition state consistency between before and after callbacks

27 Nov 07:11
Compare
Choose a tag to compare

The after callbacks had the already updated state instead of the one before the transition.

BC break: TransitionEvent::construct now takes the initial state as a 2nd argument.

Make state machine arguments optional

31 Jul 03:41
Compare
Choose a tag to compare
Pre-release

Changes in state machine and factory arguments:

  • EventDispatcher as null leads to no event dispatched
  • CallbackFactory as null leads to default factory used

No BC break.

First release

26 May 10:20
Compare
Choose a tag to compare
First release Pre-release
Pre-release

First release. Should be already usable though.