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.