Skip to content

Releases: janikowski-dev/Asset-Validator

Asset Validator v0.3.0

13 Jan 06:25
c9caefc

Choose a tag to compare

This release fixes correctness issues around asset metadata handling.

Includes:

  • Fixed JSON deserialization to correctly use Dictionary<string, JsonElement>
  • Validation rules now operate on actual deserialized data rather than object assumptions
  • Tests updated to reflect real-world JSON input and parsing behavior

Asset Validator v0.2.0

04 Jan 18:36

Choose a tag to compare

This release focuses on expanding and stabilizing the validation system, with new rules, clearer rule applicability, and significantly improved test coverage.

Includes:

  • New mesh validation rules (triangle budget, topology density, scale/rotation checks)
  • Asset source–aware rule applicability (e.g. Blender vs Unreal)
  • Formalized AppliesTo → Validate execution model
  • Comprehensive unit tests covering all validation rules
  • Stabilized public validation API

Asset Validator v0.1.1

04 Jan 10:14

Choose a tag to compare

This release focuses on a complete UI refresh and improves the inspection workflow.

Includes:

  • Full UI redesign with a cleaner, more tool-oriented layout
  • Result filtering by severity
  • Text search for quickly locating specific validation entries

The CLI remains unchanged from v0.1.0

Asset Validator v0.1.0

30 Dec 14:07
6b9c06c

Choose a tag to compare

Initial public release of the Asset Validator tooling.

Includes:

  • CLI for CI and automation workflows
  • Desktop UI for inspecting validation results from JSON exports

The UI is intended for local inspection of validation output.
Engine integrations are provided as separate tools.