Skip to content

Eleventy Fetch v3.0.0

Compare
Choose a tag to compare
@zachleat zachleat released this 25 Feb 20:54
· 35 commits to master since this release
  • Renamed to eleventy-fetch from eleventy-cache-assets #18
  • Note that the algorithm to generate file names used for cache file names changed: previously saved .cache folders generated by eleventy-cache-assets v2 will not be carried forward: new remote requests will be made!
    • Bug fix for asset keys with non-filename friendly characters #14
    • Fix issue with hash collisions for some URLs #7
  • Adds verbose option and switches default to false (no console logs) #12
  • Adds new formatUrlForDisplay(url) callback to modify URLs for display on the console (truncate, remove some query params, etc) #12
  • New eleventy-fetch enhancement queue: Vote on your favorite enhancement requests!

New Contributors

Full Changelog: v2.3.0...v3.0.0