Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Releases: jkniest/HTMLCache

Test

11 Nov 18:15
Compare
Choose a tag to compare

This is just a test release

Release 1.0.5

29 Mar 12:20
116dcc5
Compare
Choose a tag to compare

Changed

  • Header fields are now also cached and returned (#16)

Release 1.0.4

30 Jan 11:37
4983a71
Compare
Choose a tag to compare

Added

  • Support for laravel 5.6 (#13)

Release 1.0.3

07 Jan 05:15
7658064
Compare
Choose a tag to compare

Changed

  • GET parameters are now considered in the cache generation
  • Offical PHP 7.2 support

Release 1.0.2

21 Nov 22:45
b2190dd
Compare
Choose a tag to compare

Changed

  • Sites are not being cached if they do not have a 200 status code
  • Sites are not being cached if there is a validation error

Release 1.0.1

02 Sep 22:03
Compare
Choose a tag to compare

Added

  • Support for laravel 5.5 (Auto package discovery)

Release 1.0.0

28 Aug 11:50
Compare
Choose a tag to compare

1.0.0 - 2017-08-28

Added

  • First implementation of middleware
  • Cache key generation based on page, language and user id
  • Configuration file to ignore specific routes