All notable changes to this project will be documented in this file.
- Upgrade XcodeProjKit to support SPM #175
- Rename Tools to IBLinterTools to avoid naming conflict. #171
- Incorrect warning for duplicate element id. #170
- Add GitLab JUnit reporter. #163
- Add
stackview_backgroundcolor
rule, which detects background color definition forUIStackView
to keep appearance compatibility between iOS 14 and less than iOS 13. #165 - Add
use_trait_collections
rule, which checks if a documentuseTraitCollections
is enabled or disabled. #164
- Support Linux platform. #160
- Support
UICollectionReusableView
forreuse_identifier
rule. #152
- Respect
verifyAmbiguity
forambiguous
rule #154
- Add rule
color_resources
, which detect missing named colors similar to image_resources rule. #141 - Support custom symbol image for
image_resources
rule. #142
- Add rule
duplicate_id
, which detect xml element duplicate id #126 - Add rule
reuse_identifier
which checks that ReuseIdentifier same as class name. #137
- Do not detect violations for system images for
image_resources
rule. #131
- Add cache system and significantly improve performance when running with a large number files. #124
- Remove platform parameter from podspec to fix installation failure for CocoaPods. #121
- Fix
custom_module
rule logic to check all candidates of module which matches class name. #114
- Add support validating placeholder and viewController module #109
Fix bug where IBLinter ignores to validate UICollectionViewCell. #97
- Add this
CHANGELOG.md
- Add
CheckstyleReporter
#92
- Remove
IBLinterfile
feature until module ABI stability
0.4.13 - 2019-3-30
- Add
view_as_device
rule #86
0.4.12 - 2019-3-13
- Add
use_base_class
rule #84 - Add
disable_while_building_for_ib
option to skip validation while@IBDesignable
. #85
- Fix config included behavior #81
0.4.11 - 2018-12-20
- 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
- First version