File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- 0.4.25
1+ 0.4.26
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
6+ ## [ 0.4.26]
7+
8+ ### Added
9+
10+ - Add CodeClimate reporter. [ #167 ] ( https://github.com/IBDecodable/IBLinter/pull/167 )
11+ - Support filename for including/excluding linting target. [ #168 ] ( https://github.com/IBDecodable/IBLinter/pull/168 )
612
713## [ 0.4.25]
814
@@ -124,7 +130,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
124130- First version
125131
126132
127- [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.25...HEAD
133+ [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.26...HEAD
134+ [ 0.4.26 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.25...0.4.26
128135[ 0.4.25 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.24...0.4.25
129136[ 0.4.24 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.23...0.4.24
130137[ 0.4.23 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23
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.25 " )
4+ public static let current = Version ( value: " 0.4.26 " )
55}
You can’t perform that action at this time.
0 commit comments