You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48-25
Original file line number
Diff line number
Diff line change
@@ -12,35 +12,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
12
12
13
13
### Added
14
14
15
-
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl](https://github.com/jrfnl).
16
-
- Added syntax error callback [#30](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/30) from [@arxeiss](https://github.com/arxeiss).
17
-
- Ignore PHP startup errors [#34](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/34) from [@jrfnl](https://github.com/jrfnl).
18
-
- Restore php 5.3 support [#51](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51) from [@glensc](https://github.com/glensc).
15
+
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl].
16
+
- Added syntax error callback [#30] from [@arxeiss].
17
+
- Ignore PHP startup errors [#34] from [@jrfnl].
18
+
- Restore php 5.3 support [#51] from [@glensc].
19
19
20
20
### Fixed
21
21
22
-
- Determine skip lint process failure by status code instead of stderr content [#48](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/48) from [@jankonas](https://github.com/jankonas).
22
+
- Determine skip lint process failure by status code instead of stderr content [#48] from [@jankonas].
23
23
24
24
### Changed
25
25
26
-
- Improve wording in the readme [#52](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/52) from [@glensc](https://github.com/glensc).
26
+
- Improve wording in the readme [#52] from [@glensc].
27
27
28
28
### Internal
29
29
30
-
- Normalized composer.json from [@OndraM](https://github.com/OndraM).
31
-
- Updated PHPCS dependency from [@jrfnl](https://github.com/jrfnl).
32
-
- Cleaned coding style from [@jrfnl](https://github.com/jrfnl).
33
-
- Provide one true way to run the test suite [#37](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/37) from [@mfn](https://github.com/mfn).
34
-
- Travis: add build against PHP 8.0 and fix failing test [#41](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/41) from [@jrfnl](https://github.com/jrfnl).
35
-
- GitHub Actions for testing, and automatic phar creation [#46](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/46) from [@roelofr](https://github.com/roelofr).
36
-
- Add .github folder to .gitattributes export-ignore [#54](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/54) from [@glensc](https://github.com/glensc).
37
-
- Suggest to curl composer install via HTTPS [#53](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/53) from [@reedy](https://github.com/reedy).
38
-
- GH Actions: allow for manually triggering a workflow [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
39
-
- GH Actions: fix phar creation [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
40
-
- GH Actions: run the tests against all supported PHP versions [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
41
-
- GH Actions: report CS violations in the PR [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
30
+
- Normalized composer.json from [@OndraM].
31
+
- Updated PHPCS dependency from [@jrfnl].
32
+
- Cleaned coding style from [@jrfnl].
33
+
- Provide one true way to run the test suite [#37] from [@mfn].
34
+
- Travis: add build against PHP 8.0 and fix failing test [#41] from [@jrfnl].
35
+
- GitHub Actions for testing, and automatic phar creation [#46] from [@roelofr].
36
+
- Add .github folder to .gitattributes export-ignore [#54] from [@glensc].
37
+
- Suggest to curl composer install via HTTPS [#53] from [@reedy].
38
+
- GH Actions: allow for manually triggering a workflow [#55] from [@jrfnl].
39
+
- GH Actions: fix phar creation [#55] from [@jrfnl].
40
+
- GH Actions: run the tests against all supported PHP versions [#55] from [@jrfnl].
41
+
- GH Actions: report CS violations in the PR [#55] from [@jrfnl].
@@ -50,17 +61,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
50
61
51
62
### Fixed
52
63
53
-
- Fixed vendor location for running from other folder from [@Erkens](https://github.com/Erkens).
64
+
- Fixed vendor location for running from other folder from [@Erkens].
54
65
55
66
### Internal
56
67
57
-
- Added a .gitattributes file from [@jrfnl](https://github.com/jrfnl), thanks for issue to [@ondrejmirtes](https://github.com/ondrejmirtes).
58
-
- Fixed incorrect unit tests from [@jrfnl](https://github.com/jrfnl).
59
-
- Fixed minor grammatical errors from [@jrfnl](https://github.com/jrfnl).
60
-
- Added Travis: test against nightly (= PHP 8) from [@jrfnl](https://github.com/jrfnl).
61
-
- Travis: removed sudo from [@jrfnl](https://github.com/jrfnl).
68
+
- Added a .gitattributes file from [@jrfnl], thanks for issue to [@ondrejmirtes].
69
+
- Fixed incorrect unit tests from [@jrfnl].
70
+
- Fixed minor grammatical errors from [@jrfnl].
71
+
- Added Travis: test against nightly (= PHP 8) from [@jrfnl].
72
+
- Travis: removed sudo from [@jrfnl].
62
73
- Added info about installing like not a dependency.
63
74
- Cleaned readme - new organization from previous package.
64
-
- Added checklist for new version from [@szepeviktor](https://github.com/szepeviktor).
75
+
- Added checklist for new version from [@szepeviktor].
0 commit comments