Skip to content

Releases: Cordedmink2/dataverse-agent-plugins

Release list

1.0.1

Choose a tag to compare

@Cordedmink2 Cordedmink2 released this 15 Jul 21:57

1.0.1 — 2026-07-16

  • Fix: installer no longer reports failure to CI-style hosts after a successful self-check
    (leaked exit code from the known-bad fixture probe).
  • Fix: the validator resolves its default schema directory from versions.json instead of a
    hardcoded version, so schema-version bumps apply everywhere.
  • Tests: added the missing invalid viewers fixture (36 tests).

1.0.0

Choose a tag to compare

@Cordedmink2 Cordedmink2 released this 15 Jul 21:37

Changelog

1.0.0 — 2026-07-15

First public release.

  • dataverse-customization-xml plugin: schema validation for Dataverse customization XML.
    • Standalone PowerShell 7 validator covering the full official XSD set: ribbon
      (RibbonDiffXml), SiteMap, forms (incl. pac <forms> wrappers), FetchXML (fetch,
      savedquery), charts (datadefinition, incl. <visualization> wrappers), ISV config,
      configuration-migration parameter XML, report viewers, and whole Customizations.xml.
    • Live lemminx LSP diagnostics for Claude Code and VS Code (RedHat XML extension).
    • Fetch-on-setup for the Microsoft XSDs and the lemminx binary (pinned in versions.json).
    • One-shot Install-Plugin.ps1 with self-check; /dataverse-customization-xml:setup.
    • Pester test suite; CI on Windows + Ubuntu runs the real setup end-to-end.