File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- 0.4.22
1+ 0.4.23
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 0.4.23]
8+
9+ ### Added
10+
11+ - Support ` UICollectionReusableView ` for ` reuse_identifier ` rule. [ #152 ] ( https://github.com/IBDecodable/IBLinter/pull/152 )
12+
13+ ### Fixed
14+
15+ - Respect ` verifyAmbiguity ` for ` ambiguous ` rule [ #154 ] ( https://github.com/IBDecodable/IBLinter/pull/154 )
16+
717## [ 0.4.22]
818
919### Added
@@ -95,7 +105,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
95105- First version
96106
97107
98- [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.22...HEAD
108+ [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.23...HEAD
109+ [ 0.4.23 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23
99110[ 0.4.22 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.21...0.4.22
100111[ 0.4.21 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.20...0.4.21
101112[ 0.4.20 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.19...0.4.20
Original file line number Diff line number Diff line change 11public struct Version {
22 public let value : String
33
4- public static let current = Version ( value: " 0.4.22 " )
4+ public static let current = Version ( value: " 0.4.23 " )
55}
You can’t perform that action at this time.
0 commit comments