Releases: richan-fongdasen/laravel-varnishable
Releases · richan-fongdasen/laravel-varnishable
2.3.0
2.2.0
- Add support for Laravel 11
- Add support for PHP 8.3
- Drop support for PHP 7.4
- Update package dependencies
- Update PHP Unit configuration
- Update the test codes from using doc-comment metadata to use PHP 8 attribute
- Update Github actions workflow's configuration
- Update readme
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