Releases: VividVisions/eleventy-plugin-xray
Releases · VividVisions/eleventy-plugin-xray
v1.0.0-alpha.3
- Fixed relative paths.
- Xray can now handle Eleventy's run mode
watch. - Clearer error/status messages.
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
- Xray now displays where data comes from. Hover over the data key to see whether the data came from front matter, a directory file or the template or layout (root level only).
- Objects{} are now rendered with their size.
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2
v1.0.0-alpha.1
- Added operating modes
serve,buildandauto.
Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.1
v1.0.0-alpha.0
First pre-release.
Xray is a plugin for Eleventy which visualizes the complete data hierarchy and build information of every rendered page directly in the browser.
With Xray you can, for example, quickly debug your pagination. Or confirm that your generated data is correct. Or simply discover what data is available where. No need for <pre>{{ myData | dump }}</pre> or console.log().
⚠️ This is an alpha release! This means that bugs are expected and things might not run as expected. Everything is still being worked on. If you encounter any bugs, please create an issue.