Skip to content

Releases: spatie/laravel-responsecache

3.0.0

16 Mar 22:40
Compare
Choose a tag to compare
  • 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

24 Jan 16:54
Compare
Choose a tag to compare
  • added support for Laravel 5.4
  • dropped support for all older Laravel versions

1.1.7

10 Oct 08:00
Compare
Choose a tag to compare
  • added usage of RESPONSE_CACHE_LIFETIME env var to config file

1.1.6

06 Aug 22:32
Compare
Choose a tag to compare
  • debug headers will not be sent when APP_DEBUG is set to false.

1.1.5

28 Aug 12:31
Compare
Choose a tag to compare

Fixed an issue where the cache middleware couldn't correctly determine the currently authenticated user

1.1.4

12 Aug 09:36
Compare
Choose a tag to compare
  • Fixed an issue where cached request were still served even if the package was disabled via the config file

1.1.3

11 Aug 15:13
Compare
Choose a tag to compare
  • Fixed an issue where the cache header could not be set

1.1.2

22 Jul 16:38
Compare
Choose a tag to compare

BaseCacheProfile has been made abstract

1.1.1

20 Jul 09:34
Compare
Choose a tag to compare

Fixed default cache time

1.1.0

20 Jul 09:20
Compare
Choose a tag to compare

Added clear command