Skip to content

Releases: sebdesign/laravel-state-machine

v2.0.1

02 Sep 17:57
Compare
Choose a tag to compare

Drop support for PHP 7.0

v2.0.0

02 Sep 17:46
Compare
Choose a tag to compare

Added

  • Add support for Laravel 6.0

Removed

  • Drop support for Laravel 5.1, 5.2, 5.3, and 5.4.

v1.4.0

14 May 17:38
bbdfb4b
Compare
Choose a tag to compare

Added

  • Added a MetadataStore to fetch metadata from graphs, states and transitions.

v1.3.3

17 Apr 23:50
24d41d1
Compare
Choose a tag to compare

Changed

  • Update changelog

Fixed

  • Fix tests

v1.3.2

28 Feb 16:00
5145462
Compare
Choose a tag to compare

Fixed

  • Update dependencies for Laravel 5.8

v1.3.1

15 Feb 22:59
Compare
Choose a tag to compare

Added

  • Add support for Laravel 5.8

v1.3.0

02 Oct 08:01
6d0e96d
Compare
Choose a tag to compare

Added

  • Implemented authorization using Gates and Policies.
  • Display callbacks in the debug command.

Changed

  • Callback methods for classes that are not bound to the container are called statically.
  • Return exit codes for errors in the debug command.

v1.2.5

06 Sep 20:06
Compare
Choose a tag to compare

Added

  • Add support for Laravel 5.7

v1.2.4

17 Feb 17:39
Compare
Choose a tag to compare

Added

  • Add support for Laravel 5.6

v1.2.3

28 Sep 19:03
Compare
Choose a tag to compare

Fixed

  • Don't merge default configuration