Skip to content

Releases: norotaro/enumata

v2.0.1

08 Oct 18:23
fcdbdd5
Compare
Choose a tag to compare

What's Changed

  • Cover case with null transitions as finalize state by @l3aro in #11

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Oct 21:02
2b7840f
Compare
Choose a tag to compare

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

06 Jun 16:03
806625c
Compare
Choose a tag to compare

Support for Laravel 11 is added

v1.1.1

18 Aug 12:31
0a81187
Compare
Choose a tag to compare

The feature of transitioning out of the state machine has been improved.

v1.1.0

02 Aug 21:02
Compare
Choose a tag to compare
Added documentation on how to force transitions

v1.0.2

26 Jul 20:15
91cfa86
Compare
Choose a tag to compare
Merge pull request #2 from norotaro/feature/validate-direct-changes

Validate direct changes

v1.0.1

24 Jul 02:37
Compare
Choose a tag to compare

Fixed bug in the StateMachine::canBe() method.

v1.0.0

23 Jul 21:28
Compare
Choose a tag to compare

First release!