Releases: norotaro/enumata
Releases · norotaro/enumata
v2.0.0
The state machine is now independent of Eloquent
Now the EnumStateMachine
class is more flexible and not only works with Eloquent but can be implemented in any PHP class.
Thanks to @l3aro.
v1.2.0
Support for Laravel 11 is added
v1.1.1
The feature of transitioning out of the state machine has been improved.
v1.1.0
Added documentation on how to force transitions
v1.0.2
Merge pull request #2 from norotaro/feature/validate-direct-changes
Validate direct changes
v1.0.1
Fixed bug in the StateMachine::canBe()
method.