Skip to content

Releases: richan-fongdasen/laravel-varnishable

0.3.2

12 Jun 12:05
Compare
Choose a tag to compare

Fixes unserializing event issue with deleted eloquent model

1.0.0

28 Feb 16:03
be6ce99
Compare
Choose a tag to compare
  • Add support for Laravel 5.8
  • Dropped support for Laravel 5.1, 5.2, 5.3 and 5.4

0.3.1

15 Oct 07:06
14a2b8f
Compare
Choose a tag to compare

Add support for Laravel 5.7

0.3.0

17 Jul 06:36
d8ec53d
Compare
Choose a tag to compare
  • Add capability to observe eloquent models.
  • Fire ModelHasUpdated event on any model updates.
  • Fire eloquent wakeup event after unserialising model.
  • Add support for Last-Modified HTTP header
  • It is possible to enable and disable ETag HTTP header at runtime now.
  • It is possible to enable and disable Last-Modified HTTP header at runtime.

0.2.1

26 Jun 09:59
0edb311
Compare
Choose a tag to compare

Hot Fix

Fixes error when handling RedirectResponse object.

0.2.0

25 Jun 09:06
85b1792
Compare
Choose a tag to compare

Add UncacheableByVarnish middleware

0.1.0

20 Jun 07:17
4c6e156
Compare
Choose a tag to compare

Initial release