Releases: janikowski-dev/Asset-Validator
Releases · janikowski-dev/Asset-Validator
Asset Validator v0.3.0
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
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
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
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.