Skip to content

Releases: VividVisions/eleventy-plugin-xray

v1.0.0-alpha.3

27 Aug 21:36

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release
  • 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

24 Aug 19:35

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release
  • 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

21 Aug 23:07

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
  • Added operating modes serve, buildand auto.

Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.1

v1.0.0-alpha.0

19 Aug 19:52

Choose a tag to compare

v1.0.0-alpha.0 Pre-release
Pre-release

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.