Releases: sebdesign/laravel-state-machine
Releases · sebdesign/laravel-state-machine
v2.0.0
Added
- Add support for Laravel 6.0
Removed
- Drop support for Laravel 5.1, 5.2, 5.3, and 5.4.
v1.4.0
Added
- Added a MetadataStore to fetch metadata from graphs, states and transitions.
v1.3.2
Fixed
- Update dependencies for Laravel 5.8
v1.3.1
Added
- Add support for Laravel 5.8
v1.3.0
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
Added
- Add support for Laravel 5.7
v1.2.4
Added
- Add support for Laravel 5.6
v1.2.3
Fixed
- Don't merge default configuration