Skip to content

Releases: facile-it/paraunit

1.0.1

23 Mar 15:14
1.0.1
fac9c7e
Compare
Choose a tag to compare

Fixed

  • Fix handling of PHPUnit --stderr option #144, thanks @pczerkas
  • Fix small issue in checking coverage data syntax 8f70c

1.0.0

11 Mar 09:35
1.0.0
ecb99b1
Compare
Choose a tag to compare

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 and phpunit/php-code-coverage 7 #133
  • Add explicit requirement for ext-dom and ext-json #134

Fixed

  • Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl

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

  • Drop support for older packages: #134
    • phpunit/phpunit 6
    • phpunit/php-code-coverage < 6
    • All Symfony components < 3.4
  • PHAR release (it's not working)
  • Disable Scrutinizer #132, CodeClimate and Insight, in favor of CodeCov

1.0.0-beta1

08 Apr 14:22
1.0.0-beta1
0a3ff8f
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

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 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
  • Add explicit requirement for ext-dom and ext-json #134

Fixed

  • Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl

Changed

  • Update PHPStan to 0.11 #128
  • Update coding standard to 0.3 #131
  • Disable Scrutinizer #132

0.12.3

01 Jun 09:52
0.12.3
970dfc5
Compare
Choose a tag to compare

Fixed

  • Allow explicitly phpunit/php-file-iterator 2 #126

0.12.2

18 May 21:10
0.12.2
7de3494
Compare
Choose a tag to compare

Fixed

  • Allow multiple, comma-separated values with the --testsuite option, like with PHPUnit 6+ #122
  • Avoid letting the colored console output blink (dots, errors) #124 thanks to @elegos
  • Add a new exception about MySQL savepoint to the retryable ones #125

0.12.1

05 Apr 22:50
0.12.1
efd3f26
Compare
Choose a tag to compare

Fixed

  • Fix the behavior of the new --text and --text-summary options (#121)

0.12

05 Apr 10:01
0.12
5c07987
Compare
Choose a tag to compare

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

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

21 Mar 16:03
0.12-BETA1
52157dd
Compare
Choose a tag to compare
0.12-BETA1 Pre-release
Pre-release
Release 0.12-BETA1

0.11

13 Dec 14:16
0.11
7b603da
Compare
Choose a tag to compare

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

0.10.1

19 Oct 14:20
0.10.1
6ef701b
Compare
Choose a tag to compare

Added

  • Add support for deprecation warnings found by symfony/phpunit-bridge: failures and tests output are now reported

Changed

  • Start suggesting dama/doctrine-test-bundle instead of facile-it/paraunit-testcase, since it has been abandoned.