Skip to content

Changelog: improve maintainability #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 47 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,69 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### Internal
- Travis: add build against PHP 8.0 [#12](https://github.com/php-parallel-lint/PHP-Console-Color/pull/12) from [@jrfnl](https://github.com/jrfnl).
- PHPCS: various improvements [#13](https://github.com/php-parallel-lint/PHP-Console-Color/pull/13) from [@jrfnl](https://github.com/jrfnl).
- PHPUnit: improve configuration [#14](https://github.com/php-parallel-lint/PHP-Console-Color/pull/14) from [@jrfnl](https://github.com/jrfnl).
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#16](https://github.com/php-parallel-lint/PHP-Console-Color/pull/16) from [@jrfnl](https://github.com/jrfnl).
- CI: switch to GH Actions [#17](https://github.com/php-parallel-lint/PHP-Console-Color/pull/17) from [@jrfnl](https://github.com/jrfnl).
- GH Actions: set error reporting to E_ALL [#18](https://github.com/php-parallel-lint/PHP-Console-Color/pull/18) from [@jrfnl](https://github.com/jrfnl).
- Travis: add build against PHP 8.0 [#12] from [@jrfnl].
- PHPCS: various improvements [#13] from [@jrfnl].
- PHPUnit: improve configuration [#14] from [@jrfnl].
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#16] from [@jrfnl].
- CI: switch to GH Actions [#17] from [@jrfnl].
- GH Actions: set error reporting to E_ALL [#18] from [@jrfnl].

[#12]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/12
[#13]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/13
[#14]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/14
[#16]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/16
[#17]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/17
[#18]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/18


## [1.0] - 2020-10-31

### Changed

- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#10](https://github.com/php-parallel-lint/PHP-Console-Color/pull/10) from [@grogy](https://github.com/grogy).
- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#10] from [@grogy].

### Added

- Added downloading per month badge from [@grogy](https://github.com/grogy).
- Added license badge from [@grogy](https://github.com/grogy).
- Added instruction for installation from [@grogy](https://github.com/grogy).
- Composer: add description [#11](https://github.com/php-parallel-lint/PHP-Console-Color/pull/11) from [@jrfnl](https://github.com/jrfnl).
- Added downloading per month badge from [@grogy].
- Added license badge from [@grogy].
- Added instruction for installation from [@grogy].
- Composer: add description [#11] from [@jrfnl].

### Internal

- Updated PHP Parallel Lint dependency version restraint [#8](https://github.com/php-parallel-lint/PHP-Console-Color/pull/8) from [@jrfnl](https://github.com/jrfnl).
- Travis: changed from "trusty" to "xenial" [#7](https://github.com/php-parallel-lint/PHP-Console-Color/pull/7) from [@jrfnl](https://github.com/jrfnl).
- Update the unit tests setup [#9](https://github.com/php-parallel-lint/PHP-Console-Color/pull/9) from [@jrfnl](https://github.com/jrfnl).
- Updated PHP Parallel Lint dependency version restraint [#8] from [@jrfnl].
- Travis: changed from "trusty" to "xenial" [#7] from [@jrfnl].
- Update the unit tests setup [#9] from [@jrfnl].

[#7]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/7
[#8]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/8
[#9]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/9
[#10]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/10
[#11]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/11


## [0.3] - 2020-05-14

### Added

- Added changelog from [@reedy](https://github.com/reedy).
- Added changelog from [@reedy].

### Internal

- Travis: test against PHP 7.3 from [@samnela](https://github.com/samnela).
- Cleaned readme - new organization from previous package from [@grogy](https://github.com/grogy).
- Composer: updated dependancies to use new php-parallel-lint organisation from [@grogy](https://github.com/grogy).
- Composer: marked package as replacing jakub-onderka/php-console-color from [@jrfnl](https://github.com/jrfnl).
- Added a .gitattributes file from [@reedy](https://github.com/reedy).
- Travis: test against PHP 7.4 and nightly from [@jrfnl](https://github.com/jrfnl).
- Travis: only run PHPCS on PHP 7.4 from [@jrfnl](https://github.com/jrfnl).
- Travis: test against PHP 7.3 from [@samnela].
- Cleaned readme - new organization from previous package from [@grogy].
- Composer: updated dependancies to use new php-parallel-lint organisation from [@grogy].
- Composer: marked package as replacing jakub-onderka/php-console-color from [@jrfnl].
- Added a .gitattributes file from [@reedy].
- Travis: test against PHP 7.4 and nightly from [@jrfnl].
- Travis: only run PHPCS on PHP 7.4 from [@jrfnl].


[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...HEAD
[1.0]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
[0.3]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3

[@grogy]: https://github.com/grogy
[@jrfnl]: https://github.com/jrfnl
[@reedy]: https://github.com/reedy
[@samnela]: https://github.com/samnela