All Versions
34
Latest Version
Avg Release Cycle
43 days
Latest Release
-

Changelog History
Page 1

  • v0.4.26 Changes

    โž• Added

    • โž• Add CodeClimate reporter. #167
    • ๐Ÿ‘Œ Support filename for including/excluding linting target. #168
  • v0.4.25 Changes

    September 26, 2020

    โž• 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
  • v0.4.24 Changes

    July 15, 2020

    โž• Added

    • ๐Ÿ‘Œ Support Linux platform. #160

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix cache file name issue. #157
    • ๐Ÿ›  Fix duplicated constraints for multiplier. #161
  • v0.4.23 Changes

    April 25, 2020

    โž• Added

    • ๐Ÿ‘Œ Support UICollectionReusableView for reuse_identifier rule. #152

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• Respect verifyAmbiguity for ambiguous rule #154
  • v0.4.22 Changes

    February 22, 2020

    โž• 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
  • v0.4.21 Changes

    January 22, 2020

    โž• 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
  • v0.4.20 Changes

    October 09, 2019

    ๐Ÿ›  Fixed

    • โž• Add cache system and significantly improve performance when running with a large number files. #124
  • v0.4.19 Changes

    September 20, 2019

    ๐Ÿ›  Fixed

    • โœ‚ Remove platform parameter from podspec to fix installation failure for CocoaPods. #121
  • v0.4.18 Changes

    September 19, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix custom_module rule logic to check all candidates of module which matches class name. #114
  • v0.4.17 Changes

    September 16, 2019

    โž• Added

    • โž• Add support validating placeholder and viewController module #109