Skip to content

Commit d7e490b

Browse files
committed
Changelog for PHPCSExtra 1.0.3
1 parent d2adbf9 commit d7e490b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1414

1515
_Nothing yet._
1616

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+
1741
## [1.0.2] - 2023-01-10
1842

1943
### Changed
@@ -398,6 +422,7 @@ This initial alpha release contains the following sniffs:
398422
[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
399423

400424
[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
401426
[1.0.2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.1...1.0.2
402427
[1.0.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0...1.0.1
403428
[1.0.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-rc1...1.0.0

0 commit comments

Comments
 (0)