Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.6.1: Merge pull request #75 from GeneaLabs/Laravel-5.5
Added
- ability to exclude a page from caffinating the application via meta tag (see bottom of readme).
0.6.0: Merge pull request #73 from GeneaLabs/Laravel-5.5
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.
0.5.0
Updated
- with compatibility for Laravel 5.5.
0.4.2: Merge pull request #51 from kmorva/master
Added
- Laravel 5.4 compatibilty (thanks @kmorva).
Fixed
- typo in readme (thanks @erickbelfy).
Note: this released is pushed out with not code changes -- I need to do some more thorough testing and functionality updates, but I wanted to get this out ASAP so you can still install it. Thanks for your patience!
0.4.1
Fixed
- return type issue if no routes are defined.
0.3.12
Fixed
- double-rendering of views.
0.4.0
Changed
- no need to manually add the caffeine middleware anymore.
- made some internal optimizations.
- middleware code injection to avoid double-rendering.
- README to indicate compatibility changes.
0.3.11: Add domain configuration option
Added
- domain configuration option.
0.3.10: Merge pull request #29 from BigBearTech/master
Fixes
- uninitialized variable in routes.
0.3.9
Added
- configuration drip route.