@@ -6,30 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ _ Nothing yet._
10
+
11
+
12
+ ## [ 1.0.0] - 2022-02-18
13
+
14
+ ### Fixed
15
+
16
+ - Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, [ #35 ] from [ @jrfnl ] .
17
+ - Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, [ #35 ] from [ @jrfnl ] .
18
+
9
19
### Changed
10
20
21
+ - BC-Break: The top-level namespace for all classes has changed from ` JakubOnderka ` to ` PHP_Parallel_Lint ` . [ #28 ] from [ @jrfnl ] , fixes [ #4 ] .
22
+ - Support for PHP 5.3 has been restored, [ #33 ] from [ @jrfnl ] .
11
23
- PHP 8.0: handle changed tokenization of namespaced names [ #19 ] from [ @jrfnl ] .
12
- - Use PHP Console Color to version 1.0 [ #17 ] from [ @jrfnl ] .
24
+ - Update [ PHP Console Color] dependency to version ` ^ 1.0.1 ` [ #17 ] from [ @jrfnl ] .
13
25
14
26
### Internal
15
27
16
- - Travis: add build against PHP 8.0 [ #18 ] from [ @jrfnl ] .
17
- - Added EOF (end of file) for some PHP files [ #10 ] from [ @peter279k ] .
18
- - To be compatible with future PHPUnit version, using the ^4.8.36 version at least [ #10 ] from [ @peter279k ] .
19
- - Changed namespace to PHPunit\Framework\TestCase class namespace [ #10 ] from [ @peter279k ] .
20
- - Travis: improve caching between builds [ #14 ] from [ @jrfnl ] .
21
- - Travis: change from "trusty" to "xenial" [ #16 ] from [ @jrfnl ] .
22
- - PHPUnit: use a type-safe assertion [ #15 ] from [ @jrfnl ] .
23
- - PHPUnit: make the tests platform independent [ #15 ] from [ @jrfnl ] .
24
- - PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [ #15 ] from [ @jrfnl ] .
25
- - PHPUnit: improve configuration [ #21 ] from [ @jrfnl ] .
26
- - PHPCS: various improvements [ #20 ] from [ @jrfnl ] .
27
- - Composer: update allowed version for various dependencies [ #12 ] from [ @jrfnl ] .
28
- - CI: switch to ghactions [ #23 ] from [ @jrfnl ] .
29
- - GH Actions: set error reporting to E_ALL [ #24 ] from [ @jrfnl ] .
28
+ - Welcome [ @jrfnl ] as new co-maintainer.
29
+ - Improvements to the test suite, [ #10 ] , [ #15 ] , [ #21 ] , [ #25 ] , [ #34 ] , [ #35 ] , [ #37 ] , [ #38 ] , [ #39 ] from [ @peter279k ] and [ @jrfnl ] .
30
+ - Improvements to the code consistency, [ #10 ] , [ #20 ] , [ #29 ] , [ #30 ] , [ #] from [ @peter279k ] and [ @jrfnl ] , fixes [ #11 ] .
31
+ - Improvements to the CI/QA setup, [ #12 ] , [ #14 ] , [ #16 ] , [ #18 ] , [ #23 ] , [ #24 ] , [ #26 ] , [ #31 ] , [ #36 ] from [ @jrfnl ] , fixes [ #13 ] , [ #22 ] .
32
+ - Improvements to the changelog, [ #27 ] from [ @jrfnl ] .
33
+
34
+ [ PHP Console Color ] : https://github.com/php-parallel-lint/PHP-Console-Color
30
35
36
+ [ #4 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/4
31
37
[ #10 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/10
38
+ [ #11 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/11
32
39
[ #12 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/12
40
+ [ #13 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/13
33
41
[ #14 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/14
34
42
[ #15 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/15
35
43
[ #16 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/16
@@ -38,8 +46,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
38
46
[ #19 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/19
39
47
[ #20 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/20
40
48
[ #21 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/21
49
+ [ #22 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/22
41
50
[ #23 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/23
42
51
[ #24 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/24
52
+ [ #25 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/25
53
+ [ #26 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/26
54
+ [ #27 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/27
55
+ [ #28 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/28
56
+ [ #29 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/29
57
+ [ #30 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/30
58
+ [ #31 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/31
59
+ [ #33 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/33
60
+ [ #34 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/34
61
+ [ #35 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/35
62
+ [ #36 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/36
63
+ [ #37 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/37
64
+ [ #38 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/38
65
+ [ #39 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/39
66
+
43
67
44
68
45
69
## [ 0.5] - 2020-05-13
@@ -59,7 +83,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
59
83
- Updated installation command from [ @cafferata ] .
60
84
61
85
62
- [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...HEAD
86
+ [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v1.0.0...HEAD
87
+ [ 1.0.0 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...v1.0.0
63
88
[ 0.5 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.4...v0.5
64
89
65
90
[ @cafferata ] : https://github.com/cafferata
0 commit comments