Skip to content

Releases: richan-fongdasen/laravel-varnishable

2.2.0

13 Mar 04:41
e429d7f
Compare
Choose a tag to compare
  • 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

26 Feb 06:09
Compare
Choose a tag to compare
  • Add support for Laravel 10
  • Add support for PHP 8.2

2.0.0

13 Feb 08:45
5dca920
Compare
Choose a tag to compare

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

21 Jun 06:22
9ce8656
Compare
Choose a tag to compare

Add support for PHP 8.0

1.4.0

19 Sep 06:11
e805145
Compare
Choose a tag to compare

Add support for Laravel 8
With this release we're dropping supports for the lower versions of Laravel

1.3.0

08 Mar 14:19
38b0fa6
Compare
Choose a tag to compare

Add Support for Laravel 7

1.2.1

03 Oct 11:41
Compare
Choose a tag to compare

Fixes Laravel semantic versions in composer and travis configuration.

1.2.0

05 Sep 02:30
dd4535c
Compare
Choose a tag to compare
  • 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

14 Jun 05:42
da5a365
Compare
Choose a tag to compare

Fixes some issues introduced by PHPStan

1.1.0

12 Jun 11:08
1c4beb8
Compare
Choose a tag to compare
  • 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