Skip to content

Commit 5b48033

Browse files
jrfnlgrogy
authored andcommitted
Release version 1.0.0
* Updated the changelog to include all changes currently merged and in the [1.0.0 milestone](https://github.com/php-parallel-lint/PHP-Console-Highlighter/milestone/1). * Simplified the changelog for the non-user facing changes.
1 parent 3968028 commit 5b48033

File tree

1 file changed

+41
-16
lines changed

1 file changed

+41
-16
lines changed

CHANGELOG.md

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

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+
919
### Changed
1020

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].
1123
- 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].
1325

1426
### Internal
1527

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
3035

36+
[#4]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/4
3137
[#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
3239
[#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
3341
[#14]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/14
3442
[#15]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/15
3543
[#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/).
3846
[#19]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/19
3947
[#20]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/20
4048
[#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
4150
[#23]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/23
4251
[#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+
4367

4468

4569
## [0.5] - 2020-05-13
@@ -59,7 +83,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5983
- Updated installation command from [@cafferata].
6084

6185

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
6388
[0.5]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.4...v0.5
6489

6590
[@cafferata]: https://github.com/cafferata

0 commit comments

Comments
 (0)