File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,30 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
14
14
15
15
_ Nothing yet._
16
16
17
+ ## [ 1.0.3] - 2023-03-28
18
+
19
+ ### Changed
20
+
21
+ #### Universal
22
+
23
+ * ` Universal.WhiteSpace.DisallowInlineTabs ` : significant performance improvement. [ #216 ] , [ #217 ]
24
+
25
+ #### Other
26
+
27
+ * Various housekeeping.
28
+
29
+ ### Fixed
30
+
31
+ #### Modernize
32
+
33
+ * ` Modernize.FunctionCalls.Dirname ` : prevent false positives for attribute classes called ` dirname ` . [ #211 ] , [ #213 ]
34
+
35
+ [ #211 ] : https://github.com/PHPCSStandards/PHPCSExtra/pull/211
36
+ [ #213 ] : https://github.com/PHPCSStandards/PHPCSExtra/pull/213
37
+ [ #216 ] : https://github.com/PHPCSStandards/PHPCSExtra/pull/216
38
+ [ #217 ] : https://github.com/PHPCSStandards/PHPCSExtra/pull/217
39
+
40
+
17
41
## [ 1.0.2] - 2023-01-10
18
42
19
43
### Changed
@@ -398,6 +422,7 @@ This initial alpha release contains the following sniffs:
398
422
[ php_version-config ] : https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
399
423
400
424
[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
425
+ [ 1.0.3 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.2...1.0.3
401
426
[ 1.0.2 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.1...1.0.2
402
427
[ 1.0.1 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0...1.0.1
403
428
[ 1.0.0 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-rc1...1.0.0
You can’t perform that action at this time.
0 commit comments