You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [Unreleased]
10
10
11
+
This intial version is forked from [rregeer/phpunit-coverage-check](https://github.com/richardregeer/phpunit-coverage-check/) by [Richard Regeer](https://github.com/richardregeer). This is the CHANGELOG for changes in comparison to the original library.
12
+
11
13
### Added
12
14
13
-
*
15
+
* Created `backward-compatibility.md` for the Backward Compatibility Promise.
16
+
* Created `CHANGELOG.md` to keep track of changes.
17
+
* Created `SECURITY.md` for the security policy.
18
+
* Created testing and analysis workflows based on GitHub actions.
19
+
* Unit testing via PHPUnit.
20
+
*`box.json` that is used for generating Phar files for the library.
21
+
* Phar file will be added to each new release.
22
+
* Dev dependencies for PHPStan (and strict rules, bleeding edge, Symfony plugins) and PHPCS-Fixer.
23
+
* Dependency scanning via Renovate.
24
+
*`Symfony\Console` is now a runtime dependency.
25
+
* Library is now namespace'd to `Esi\CoverageCheck`.
14
26
15
27
### Changed
16
28
17
-
*
29
+
* Reformatted composer.json, added more information/sections.
30
+
* Minimum PHP version bumped to 8.1.
31
+
*`coverage-check` (instead of coverage-check.php) in the root directory, which is the bin file.
32
+
* Updated `README.md` with more information, and changes to the usage of this library.
33
+
* This library is now a `Symfony\Console` application.
18
34
19
35
### Removed
20
36
21
-
*
37
+
*`coverage-check.php`, `bin/coverage-check`, and `test/run` removed.
0 commit comments