Releases: Firehed/input
Releases · Firehed/input
2.3.1 - PHP 8.1 support
2.3.0
Preparation for PHPUnit 10
This release makes some adjustments to the exported test helper ValidationTestTrait based on upcoming changes to PHPUnit:
- Removed
@covers ::getRequiredInputsannotation fromtestGetRequiredInputs - Removed
@covers ::getOptionalInputsannotation fromtestGetOptionalInputs
This also adds some additional export-ignore entries for files that should not be distributed.
While these changes should not impact any code at runtime, there could be regressions in code coverage reports as a result.
Typically these can be fixed by adding @covers Fully\Qualified\Class to the test case's annotations.
2.2.0
[2.2.0] - 2021-07-19
Summary
This release focuses on supporting newer versions of PHP and minimizing external dependencies.
This will probably be the last version in the 2.x line.
The next major version will only support PHP 8, and should further improve type information that's available in modern tooling.
Added
- Test suite: PHP 7.4, 8.0
- Type information has been added in numerous places.
Changed (Internal)
- Migrated from Travis to Github Actions
- Migrated from Coveralls to Codecov
- Tests are no longer exported. Test traits for client code have been moved to
srcso they will still be available in releases. - Code style updated to PSR-12
Removed
- Test suite: PHP 7.1