Skip to content

Releases: mikebronner/laravel-caffeine

0.3.4

20 Feb 04:00
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

Fixed

  • detection of web middleware. This should hopefully address issues #21 and #22.

0.3.3

17 Feb 04:06
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Fixed

  • preg_match pattern definition.

0.3.2

15 Feb 04:28
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Added

  • X-Requested-With header for AJAX request. Thanks @fredericseiler!
  • Implement drip on pages that have meta tag named "csrf-token", so as to work with AJAX forms as well. Thanks for the discussion on this topic @shangsunset and @kxgen!

Changed

  • url of drip route to be encapsulated in url() method to deal with potential differentiations in site root, etc. Thanks @callumhay!

Fixed

  • detection of web middleware, and only use it if it exists. Thanks @rap2hpoutre!

0.3.1

24 Jan 19:56
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed

  • drip not updating session because it was not in web route group.

Updated for Laravel 5.2

23 Dec 19:13
Compare
Choose a tag to compare
Pre-release

Added

  • support for Laravel 5.2

Configurable Drip Interval

02 Sep 23:01
Compare
Choose a tag to compare
Pre-release
  • AJAX returns 204 page with no content, instead of "true" text (thanks @ipalaus)
  • Made drip interval configurable (thanks @koceg, for the discussion and providing ideas)

0.2.3

25 Aug 00:31
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Fixed missing semi-colon (thanks @davidrendium!)

Minor Optimization

24 Aug 15:57
Compare
Choose a tag to compare
Minor Optimization Pre-release
Pre-release
  • Removed unnecessary controller class (thanks @jbrooksuk!)

0.2.1

23 Aug 16:09
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fix drip interval from 5 seconds to 5 minutes.

JavaScript Optimization

23 Aug 16:08
Compare
Choose a tag to compare
Pre-release
  • Remove jQuery dependency (thanks @koceg!)
  • Inline Javascript