Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 14:40
· 105 commits to main since this release

[0.3.0] - 2026-08-26

Added

  • Self-contained offline HTML report. data_report gains format: html (with key): a profile or clean report renders as a single .html file with inlined CSS/JS, no external requests (no CDN, <link>, or <script src>), the DAMA six-dimension scorecard, the per-column profile summary table, and the per-rule cleaning summary table. Dataset values are HTML-escaped before reaching the markup.
  • Versioned report schema. The profile report now carries schemaVersion (a new REPORT_SCHEMA_VERSION = 1), declared in the profile report's JSON schema so future consumers can detect an incompatible persisted record instead of misreading it.