Releases: richan-fongdasen/laravel-varnishable
Releases · richan-fongdasen/laravel-varnishable
0.3.2
Fixes unserializing event issue with deleted eloquent model
1.0.0
- Add support for Laravel 5.8
- Dropped support for Laravel 5.1, 5.2, 5.3 and 5.4
0.3.1
Add support for Laravel 5.7
0.3.0
- 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
Hot Fix
Fixes error when handling RedirectResponse object.
0.2.0
Add UncacheableByVarnish middleware
0.1.0
Initial release