Releases: iben12/laravel-statable
Releases · iben12/laravel-statable
Dependency updates
PHP 8 Support
Upstream packages were updated to support PHP 8 so here is Laravel Statable updated as well.
Allow using a custom StateHistory model
You can use a custom model to store state history, useful for multi-tenant setups.
Kudos for @vpratfr for the contribution
Laravel 7 compatibility
This release updates all dependencies to support Laravel 7 and sebdesign/laravel-state-machine:3.x
Kudos to @Skullbock for the PR
Implement new feature of upstream repo
Features:
- sebdesign/laravel-state-machine 2.1 added a feature to pass context to
apply
andcanApply
methods. This release implements the feature in the Trait.
KUDOS to @leonelngande for the contribution.
Dependency updates
- Bumps symfony/http-foundation from 4.3.4 to 4.4.1.
- Bumps symfony/mime from 4.3.4 to 4.4.1.
Vulnerable dependency update
Bumps symfony/cache from 4.3.4 to 4.3.9.
Laravel 6 compatibility
This release updates all dependencies to support Laravel 6 and sebdesign/laravel-state-machine:2.x
. It also drops PHP 7.0 and 7.1 support as required by the dependencies.
Initial release
v0.1 Add CI badges to readme