File: D:/HostingSpaces/carrotps/carrotps.com/vendor/genealabs/laravel-caffeine/CHANGELOG.md
# Change Log
## [0.6.12] - 5 Aug 2018
### Fixed
- middleware response to be a view instead of string. Thanks @dallincoons, #96 #95.
## [0.6.11] - 13 May 2018
### Fixed
- regexp to be simpler. Thanks @juandi, #92.
- `app_env` (to `internaltesting`) to avoid testing conflicts. Thanks @agjino, #82.
## [0.6.10] - 13 May 2018
### Fixed
- erroneous `const` in JavaScript, changed to `var`. Thanks @netpok, #86.
## [0.6.9] - 13 May 2018
### Fixed
- erroneous `let` in JavaScript, changed to `var`. Thanks @spaceemotion, #94.
## [0.6.8] - 15 Feb 2018
### Fixed
- dependency versions to allow installation on earlier versions of Laravel.
## [0.6.7] - 9 Feb 2018
### Added
- Laravel 5.6 compatibility.
## [0.6.6] - 9 Jan 2018
### Changed
- testing to use orchestral/testbench suite.
## [0.6.5] - 5 Jan 2018
### Added
- Laravel 5.6 compatibility.
## [0.6.6] - 9 Feb 2018
### Changed
- tests to use `orchestral/testbench` suite.
## [0.6.5] - 5 Jan 2018
### Added
- `thanks` package.
### Updated
- documentation and change-log.
## [0.6.4] - 5 Jan 2018
### Fixed
- composer dependency version constraints (only Laravel 5.4 and 5.5 have been tested).
## [0.6.3] - 14 Dec 2017
### Fixed
- middleware registration to detect apache server.
## [0.6.2] - 11 Dec 2017
### Added
- route middleware functionality.
### Changed
- config variable to `outdated-drip-check-interval`.
### Fixed
- naming of config setting `drip-interval`.
- formatting of script fixture.
## [0.6.1] - 10 Dec 2017
### Added
- ability to exclude a page from caffinating the application via meta tag.
## [0.6.0] - 9 Dec 2017
### Added
- drip timeout check and force page refresh if timeout occurred.
### Changed
- config file setting names to be more explicit.
- middleware is injected only when called from a web page or during testing.