Skip to content

Releases: brightec/XmlCheck_CLI

v2.0.3

18 Dec 14:39
Compare
Choose a tag to compare

IdNaming

  • Added specific implementation for ViewStub
  • Added specific implementation for NestedScrollView

v2.0.2

05 Nov 14:58
Compare
Choose a tag to compare

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

05 Nov 14:37
Compare
Choose a tag to compare

IdNaming

Adjusted the IdNaming rule to include specifics for CheckBox and Switch

v2.0.0

30 Oct 12:23
f098bc3
Compare
Choose a tag to compare

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

18 Oct 08:49
Compare
Choose a tag to compare

Added Rules:

  • Height2s
  • Width2s

v1.0.1

08 Oct 15:12
Compare
Choose a tag to compare

IdNaming:
Added specific rule for Card classes

v1.0.0

09 Sep 11:21
22b5f49
Compare
Choose a tag to compare