Releases: facile-it/paraunit
Releases · facile-it/paraunit
1.0.1
1.0.0
Below, you can find the full changelog for this release, compared to the last 0.x tag (0.12.3):
Breaking changes
- Scalar and return types added everywhere possible
Added
- Add support for PHP 7.4
- Add support for Symfony 5
- Add support for ext-pcov as a coverage driver #146
- Add support for
phpunit/phpunit
8 andphpunit/php-code-coverage
7 #133 - Add explicit requirement for
ext-dom
andext-json
#134
Fixed
Changed
- Update PHPStan to 0.12 #128 + #145
- Prefer Pcov or Xdebug over PHPDBG as coverage driver #146
- Update coding standard to 0.3 #131
Removed
1.0.0-beta1
In preparation for the 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
phpunit/phpunit
6phpunit/php-code-coverage
< 6- All Symfony components < 3.4
- Scalar and return types added everywhere possible
Added
- Add support for
phpunit/phpunit
8 andphpunit/php-code-coverage
7 #133 - Add explicit requirement for
ext-dom
andext-json
#134
Fixed
Changed
0.12.3
0.12.2
0.12.1
0.12
Added
- Added support for PHPUnit 7 and
phpunit/php-code-coverage
6
Changed
- The coverage text output options have changed:
- The
--text
option now accepts a filename as an argument, and defaults to the console as output (replacing--text-to-console
) - The new
--text-summary
option behaves in the same way, but it writes only the summary part
- The
Removed
- Removed support for PHP 7.0 (needed to support PHPUnit 7 correctly)
- Dropped unneeded dependency to
symfony/config
- Dropped the
--text-to-console
coverage option in favor of the new behavior
0.12-BETA1
Release 0.12-BETA1
0.11
Added
- Added support for Symfony 4
Changed
- Migrated the whole DI configuration from YAML to PHP
- Require at least jean85/pretty-package-versions 1.0.3 (see related #3)
Fixed
- When a test class is retried, previous tests are no longer shown/counted toward executed tests (#109).
Removed
- Removed support for Symfony 2.7
- Removed dependency from
symfony/yaml