Skip to content

Releases: mikebronner/laravel-caffeine

0.6.1: Merge pull request #75 from GeneaLabs/Laravel-5.5

11 Dec 03:56
75c9f66
Compare
Choose a tag to compare

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

09 Dec 22:09
3411ce4
Compare
Choose a tag to compare

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

01 Sep 01:11
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Updated

  • with compatibility for Laravel 5.5.

0.4.2: Merge pull request #51 from kmorva/master

03 Feb 03:29
Compare
Choose a tag to compare

Added

  • Laravel 5.4 compatibilty (thanks @kmorva).

Fixed

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

27 Sep 14:11
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Fixed

  • return type issue if no routes are defined.

0.3.12

25 Sep 01:24
Compare
Choose a tag to compare
0.3.12 Pre-release
Pre-release

Fixed

  • double-rendering of views.

0.4.0

24 Sep 23:33
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

03 Sep 03:19
Compare
Choose a tag to compare
Pre-release

Added

  • domain configuration option.

0.3.10: Merge pull request #29 from BigBearTech/master

18 Jun 20:59
Compare
Choose a tag to compare

Fixes

  • uninitialized variable in routes.

0.3.9

18 Jun 15:56
Compare
Choose a tag to compare
0.3.9 Pre-release
Pre-release

Added

  • configuration drip route.