Eleventy v0.4.0
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: Option to paginate over objects (instead of just arrays)
- New feature: Option to filter items from pagination results
- Better updates when re-running using
--watchand--serve(including improvements to applied changes in configuration files) #128 - Updates dependencies (see major semver updates below) #87
- Minor regression in using templates with permalinks and layouts specified in template/directory data files #121
Milestone
Dependency Semver Major Updates
normalize-path2.1.1 to 3.0.0 (documented as having no breaking changes by their release notes)gray-matter3.1.1 to 4.0.1 (updated to require Node 4 and above 😎—we require Node 8)fs-extra5.0.0 to 6.0.1 (now requires Node 8, among other things: Changelog)- Switches from
globbytofast-globinternally.