Skip to content

Releases: IBDecodable/IBLinter

0.5.0

06 Feb 18:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.27...0.5.0

0.4.27

25 May 13:30
Compare
Choose a tag to compare

Fixed

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

0.4.26

18 Mar 12:01
fe22ad5
Compare
Choose a tag to compare

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

26 Sep 11:28
5d9454d
Compare
Choose a tag to compare

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

15 Jul 01:45
62209d4
Compare
Choose a tag to compare

Added

  • Support Linux platform. #160

Fixed

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

0.4.23

25 Apr 10:36
3aa981b
Compare
Choose a tag to compare

Added

  • Support UICollectionReusableView for reuse_identifier rule. #152

Fixed

  • Respect verifyAmbiguity for ambiguous rule #154

0.4.22

22 Feb 11:07
27119cb
Compare
Choose a tag to compare

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

22 Jan 07:07
d2da7b9
Compare
Choose a tag to compare

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

09 Oct 10:41
4b518da
Compare
Choose a tag to compare

Fixed

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

0.4.19

20 Sep 03:18
45a1ef2
Compare
Choose a tag to compare

Fixed

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