Laravel State Machine Versions Save

Winzou State Machine service provider for Laravel

v2.0.1

4 years ago

Drop support for PHP 7.0

v2.0.0

4 years ago

Added

  • Add support for Laravel 6.0

Removed

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

v1.4.0

5 years ago

Added

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

v1.3.3

5 years ago

Changed

  • Update changelog

Fixed

  • Fix tests

v1.3.2

5 years ago

Fixed

  • Update dependencies for Laravel 5.8

v1.3.1

5 years ago

Added

  • Add support for Laravel 5.8

v1.3.0

5 years ago

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

5 years ago

Added

  • Add support for Laravel 5.7

v1.2.4

6 years ago

Added

  • Add support for Laravel 5.6

v1.2.3

6 years ago

Fixed

  • Don't merge default configuration