Releases: IBDecodable/IBLinter
Releases · IBDecodable/IBLinter
0.4.27
Fixed
- Rename Tools to IBLinterTools to avoid naming conflict. #171
- Incorrect warning for duplicate element id. #170
0.4.26
Added
- Add GitLab JUnit reporter. #163
- Add
stackview_backgroundcolor
rule, which detects background color definition for UIStackView
to keep appearance compatibility between iOS 14 and less than iOS 13. #165
- Add
use_trait_collections
rule, which checks if a document useTraitCollections
is enabled or disabled. #164
0.4.25
Added
- Add GitLab JUnit reporter. #163
- Add
stackview_backgroundcolor
rule, which detects background color definition for UIStackView
to keep appearance compatibility between iOS 14 and less than iOS 13. #165
- Add
use_trait_collections
rule, which checks if a document useTraitCollections
is enabled or disabled. #164
0.4.24
Added
- Support Linux platform. #160
Fixed
- Fix cache file name issue. #157
- Fix duplicated constraints for multiplier. #161
0.4.23
Added
- Support
UICollectionReusableView
for reuse_identifier
rule. #152
Fixed
- Respect
verifyAmbiguity
for ambiguous
rule #154
0.4.22
Added
- Add rule
color_resources
, which detect missing named colors similar to image_resources rule. #141
- Support custom symbol image for
image_resources
rule. #142
0.4.21
Added
- Add rule
duplicate_id
, which detect xml element duplicate id #126
- Add rule
reuse_identifier
which checks that ReuseIdentifier same as class name. #137
Fixed
- Do not detect violations for system images for
image_resources
rule. #131
0.4.20
Fixed
- Add cache system and significantly improve performance when running with a large number files. #124
0.4.19
Fixed
- Remove platform parameter from podspec to fix installation failure for CocoaPods. #121