Releases: brightec/XmlCheck_CLI
Releases · brightec/XmlCheck_CLI
v2.0.3
v2.0.2
Update Recommended
We strongly recommend updating 2.0.1 to 2.0.2
IdNaming
Fixed mistakes in 2.0.1 around the Switch and CheckBox rules. Also added tests for those rules.
v2.0.1
IdNaming
Adjusted the IdNaming rule to include specifics for CheckBox and Switch
v2.0.0
I have refactored some of the foundations of XMLCheck.
Instead of having checks (a combination of rules), I have moved to having singular rules. This simplifies the overall structure and makes the code simpler to read and understand.
The readme has been updated with details on implementing your own rules. Follow these to replace your custom rules.
Since this is a fundamental change, moving to version 2.0.0
v1.0.2
Added Rules:
- Height2s
- Width2s
v1.0.1
IdNaming:
Added specific rule for Card classes