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!