Eleventy v0.5.1
Eleventy is a simpler Static Site Generator!
⭐️ Support Eleventy by starring us on GitHub! This will increase our project’s visibility on staticgen.com, a big giant list of static site generators.
🐦 Follow us on Twitter @eleven_ty!
Changelog
- New feature: Warnings on slow configuration additions (all custom tags, filters, both single and paired shortcodes). Callback must exceed 10% of total runtime. Example:
- Quits with an exit code of 1 on error for better CI behavior.
- Improved performance with async/await in loops
- Found performance regression with node version check npm package. Switched to use different package:
please-upgrade-node
for performance bump. - Fixes issue when using
.js
files with passthrough copy. #181 - Fixes regression when using
templateContent
in paginated collections. #179 - Adds Code of Conduct to the repo
- Fixes regression with single file input. #172
- Fixes regression with paginating collections created with
eleventy.addCollection
configuration API. #171
Milestone
Dependency Semver Major Updates
- None