Skip to content

0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikebronner mikebronner released this 15 Feb 04:28
· 226 commits to master since this 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!