Skip to content

v1.14.0

Choose a tag to compare

@TomProkop TomProkop released this 04 May 00:12
· 67 commits to master since this release
e2588f3

What's new since v1.13.0

workspace validate upgrade

  • Replaced manual SchemaValidator + GuidValidator wiring with unified WorkspaceValidator facade
  • Added --file option for single-file validation (validate what you just modified)
  • Errors now include file:line:col locations for precise diagnostics
  • Shows component summary after model loading (entities, forms, views, plugins, flows, etc.)
  • Validates XSD schemas, JSON schemas, duplicate GUIDs, and loads the full metadata model in one pass

platform-metadata v0.4.0

  • XSD schemas verified against live Dataverse v9.2 exports
  • Power Automate flow JSON parsing and diagnostics
  • Precise source locations (no more hardcoded 1,1)
  • Multi-solution workspace support
  • SchemaIntrospector for component type structure discovery
  • 21+ XSD schemas covering all major component types

Other changes since v1.13.0

  • Bumped platform-metadata from v0.1.3 through v0.2.0, v0.3.0 to v0.4.0
  • Package icon updates