Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jrfnl authored and grogy committed Feb 18, 2022
1 parent 3968028 commit 5b48033
Showing 1 changed file with 41 additions and 16 deletions.
57 changes: 41 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

_Nothing yet._


## [1.0.0] - 2022-02-18

### Fixed

- Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, [#35] from [@jrfnl].
- Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, [#35] from [@jrfnl].

### Changed

- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#28] from [@jrfnl], fixes [#4].
- Support for PHP 5.3 has been restored, [#33] from [@jrfnl].
- PHP 8.0: handle changed tokenization of namespaced names [#19] from [@jrfnl].
- Use PHP Console Color to version 1.0 [#17] from [@jrfnl].
- Update [PHP Console Color] dependency to version `^1.0.1` [#17] from [@jrfnl].

### Internal

- Travis: add build against PHP 8.0 [#18] from [@jrfnl].
- Added EOF (end of file) for some PHP files [#10] from [@peter279k].
- To be compatible with future PHPUnit version, using the ^4.8.36 version at least [#10] from [@peter279k].
- Changed namespace to PHPunit\Framework\TestCase class namespace [#10] from [@peter279k].
- Travis: improve caching between builds [#14] from [@jrfnl].
- Travis: change from "trusty" to "xenial" [#16] from [@jrfnl].
- PHPUnit: use a type-safe assertion [#15] from [@jrfnl].
- PHPUnit: make the tests platform independent [#15] from [@jrfnl].
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#15] from [@jrfnl].
- PHPUnit: improve configuration [#21] from [@jrfnl].
- PHPCS: various improvements [#20] from [@jrfnl].
- Composer: update allowed version for various dependencies [#12] from [@jrfnl].
- CI: switch to ghactions [#23] from [@jrfnl].
- GH Actions: set error reporting to E_ALL [#24] from [@jrfnl].
- Welcome [@jrfnl] as new co-maintainer.
- Improvements to the test suite, [#10], [#15], [#21], [#25], [#34], [#35], [#37], [#38], [#39] from [@peter279k] and [@jrfnl].
- Improvements to the code consistency, [#10], [#20], [#29], [#30], [#] from [@peter279k] and [@jrfnl], fixes [#11].
- Improvements to the CI/QA setup, [#12], [#14], [#16], [#18], [#23], [#24], [#26], [#31], [#36] from [@jrfnl], fixes [#13], [#22].
- Improvements to the changelog, [#27] from [@jrfnl].

[PHP Console Color]: https://github.com/php-parallel-lint/PHP-Console-Color

[#4]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/4
[#10]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/10
[#11]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/11
[#12]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/12
[#13]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/13
[#14]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/14
[#15]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/15
[#16]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/16
Expand All @@ -38,8 +46,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#19]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/19
[#20]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/20
[#21]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/21
[#22]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues/22
[#23]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/23
[#24]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/24
[#25]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/25
[#26]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/26
[#27]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/27
[#28]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/28
[#29]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/29
[#30]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/30
[#31]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/31
[#33]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/33
[#34]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/34
[#35]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/35
[#36]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/36
[#37]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/37
[#38]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/38
[#39]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/39



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


[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...HEAD
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...v1.0.0
[0.5]: https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.4...v0.5

[@cafferata]: https://github.com/cafferata
Expand Down

0 comments on commit 5b48033

Please sign in to comment.