IBLinter Versions Save

A linter tool for Interface Builder

0.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IBDecodable/IBLinter/compare/0.4.27...0.5.0

0.4.27

2 years ago

Fixed

  • Rename Tools to IBLinterTools to avoid naming conflict. #171
  • Incorrect warning for duplicate element id. #170

0.4.26

3 years ago

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

3 years ago

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

3 years ago

Added

  • Support Linux platform. #160

Fixed

  • Fix cache file name issue. #157
  • Fix duplicated constraints for multiplier. #161

0.4.23

4 years ago

Added

  • Support UICollectionReusableView for reuse_identifier rule. #152

Fixed

  • Respect verifyAmbiguity for ambiguous rule #154

0.4.22

4 years ago

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

4 years ago

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

4 years ago

Fixed

  • Add cache system and significantly improve performance when running with a large number files. #124

0.4.19

4 years ago

Fixed

  • Remove platform parameter from podspec to fix installation failure for CocoaPods. #121