Releases: richan-fongdasen/laravel-varnishable
Releases · richan-fongdasen/laravel-varnishable
2.2.0
2.1.0
- Add support for Laravel 10
- Add support for PHP 8.2
2.0.0
Warning: This release contain breaking changes.
- Add support for Laravel 9
- Add support for PHP 8.1
- Enforce strict types in class properties and method params.
- Refactor Facade class name & namespace. The facade now will be accessible at
RichanFongdasen\Varnishable\Facade\Varnishable
- All observed models have to implement the
VarnishableModel
contract.
1.5.0
Add support for PHP 8.0
1.4.0
Add support for Laravel 8
With this release we're dropping supports for the lower versions of Laravel
1.3.0
Add Support for Laravel 7
1.2.1
Fixes Laravel semantic versions in composer and travis configuration.
1.2.0
- Added support for Laravel 6.0
- Dropped support for Laravel 5.5, 5.6, and 5.7
- Raised minimum version of PHP to 7.2
- Fixes call to a removed helper function
1.1.1
Fixes some issues introduced by PHPStan
1.1.0
- Add PHP static analysis tools as development dependencies.
- Fixes issues introduced by PHPStorm.
- Fixes issues introduced by phpstan.
- Fixes unserializing event issue with deleted eloquent model