Skip to content

Latest commit

 

History

History
188 lines (137 loc) · 7.46 KB

CHANGELOG.md

File metadata and controls

188 lines (137 loc) · 7.46 KB

ChangeLog

All notable changes to this project will be documented in this file.

Added

  • Add a new rule: HidesBottomBar #176
  • Support dynamic paths #135

Fixed

  • Upgrade XcodeProjKit to support SPM #175

Fixed

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

Added

  • Add CodeClimate reporter. #167
  • Support filename for including/excluding linting target. #168

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

Added

  • Support Linux platform. #160

Fixed

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

Added

  • Support UICollectionReusableView for reuse_identifier rule. #152

Fixed

  • Respect verifyAmbiguity for ambiguous rule #154

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

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

Fixed

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

Fixed

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

Fixed

  • Fix custom_module rule logic to check all candidates of module which matches class name. #114

Added

  • Add support validating placeholder and viewController module #109

Fixed

Fix bug where IBLinter ignores to validate UICollectionViewCell. #97

Fixed

  • XIB files were not validated since 0.4.14. #94
  • Fix custom_module to support relative paths. #95

Added

  • Add this CHANGELOG.md
  • Add CheckstyleReporter #92

Removed

  • Remove IBLinterfile feature until module ABI stability

0.4.13 - 2019-3-30

Added

  • Add view_as_device rule #86

0.4.12 - 2019-3-13

Added

  • Add use_base_class rule #84
  • Add disable_while_building_for_ib option to skip validation while @IBDesignable. #85

Fixed

  • Fix config included behavior #81

0.4.11 - 2018-12-20

Fixed

  • Support Xcode 10 #78

0.4.10 - 2018-11-21

0.4.9 - 2018-10-24

0.4.8 - 2018-10-23

0.4.7 - 2018-10-23

0.4.6 - 2018-10-16

0.4.4 - 2018-9-27

0.4.3 - 2018-9-2

0.4.2 - 2018-8-14

0.4.1 - 2018-8-14

0.4.0 - 2018-8-13

0.3.0 - 2018-5-17

0.2.0 - 2018-2-7

0.1.5 - 2018-1-5

0.1.4 - 2017-12-23

0.1.3 - 2017-12-23

0.1.2 - 2017-12-15

0.1.1 - 2017-12-15

0.1.0 - 2017-12-15

Added

  • First version