-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog in preparation for stable release [skip CI]
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. For previous changes, refer to the [CHANGELOG-0.x.md](https://github.com/facile-it/paraunit/blob/0.12.x/CHANGELOG-0.x.md) document. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
## Unreleased | ||
|
||
## [1.0.0] - TBA | ||
First stable release. The following changes are in comparison to the previous, unstable release (0.12.3) | ||
|
||
### Breaking changes | ||
* Drop support for older packages: [#134](https://github.com/facile-it/paraunit/pull/134) | ||
* `phpunit/phpunit` 6 | ||
* `phpunit/php-code-coverage` < 6 | ||
* All Symfony components < 3.4 | ||
* Scalar and return types added everywhere possible | ||
|
||
### Added | ||
* Add support for `phpunit/phpunit` 8 and `phpunit/php-code-coverage` 7 [#133](https://github.com/facile-it/paraunit/pull/133) | ||
* Add explicit requirement for `ext-dom` and `ext-json` [#134](https://github.com/facile-it/paraunit/pull/134) | ||
|
||
### Fixed | ||
* Do not set values on PHPUnit options that do not expect values [#127](https://github.com/facile-it/paraunit/pull/127), thanks @fullbl | ||
|
||
### Changed | ||
* Update PHPStan to 0.11 [#128](https://github.com/facile-it/paraunit/pull/128) | ||
* Update coding standard to 0.3 [#131](https://github.com/facile-it/paraunit/pull/131) | ||
* Disable Scrutinizer [#132](https://github.com/facile-it/paraunit/pull/132) |