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

Latest commit

 

History

History
39 lines (31 loc) · 1.36 KB

changelog.md

File metadata and controls

39 lines (31 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.5 - 2018-03-29

Changed

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

1.0.4 - 2018-01-30

Added

  • Support for laravel 5.6 (#13)

1.0.3 - 2018-01-07

Changed

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

1.0.2 - 2017-11-21

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

1.0.1 - 2017-09-03

Added

  • Support for laravel 5.5 (Auto package discovery)

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