Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.3.4
0.3.3
Fixed
- preg_match pattern definition.
0.3.2
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
Fixed
- drip not updating session because it was not in
web
route group.
Updated for Laravel 5.2
Added
- support for Laravel 5.2
Configurable Drip Interval
0.2.3
Fixed missing semi-colon (thanks @davidrendium!)
Minor Optimization
- Removed unnecessary controller class (thanks @jbrooksuk!)
0.2.1
Fix drip interval from 5 seconds to 5 minutes.
JavaScript Optimization
- Remove jQuery dependency (thanks @koceg!)
- Inline Javascript