Releases: spatie/laravel-responsecache
Releases · spatie/laravel-responsecache
3.0.0
- added
enabled
method on cache profiles - added events
- middleware won't automatically be registered anymore
- renamed config file
- renamed various methods for readability
- dropped PHP 5.6 support
2.0.0
- added support for Laravel 5.4
- dropped support for all older Laravel versions
1.1.7
- added usage of
RESPONSE_CACHE_LIFETIME
env var to config file
1.1.6
- debug headers will not be sent when
APP_DEBUG
is set to false.
1.1.5
Fixed an issue where the cache middleware couldn't correctly determine the currently authenticated user
1.1.4
- Fixed an issue where cached request were still served even if the package was disabled via the config file
1.1.3
- Fixed an issue where the cache header could not be set
1.1.2
BaseCacheProfile has been made abstract
1.1.1
Fixed default cache time
1.1.0
Added clear command