Skip to content

Releases: infection/codeception-adapter

0.4.5

11 Jan 13:21
Immutable release. Only release title and notes can be modified.
abbae3e

Choose a tag to compare

Features

  • Update the PHP versions (#36)
  • Bump the minimum supported Symfony versions (#37)

Performance improvements

  • Use the default coverage XML path (#53)
  • Disable the PHP code coverage (#55)

Bugfixes

  • Add missing webmozart/assert (#39, #49)
  • Make VersionParser throw the correct exception upon invalid version (#58)
  • Throw invalid version exception (#59)

Docs improvements

  • Update the documentation by (#48)

Housekeeping

  • Bump the dependencies group in /.github/workflows with 2 updates by @dependabot[bot] (#32)
  • Remove Psalm (#38)
  • Fix the e2e tests (#41)
  • Rename main to master (#42)
  • Fix the CS (#43)
  • Configure the tools to use the var directory (#45)
  • Remove auto-generated Codeception code from git (#46)
  • Fix the composer.lock (#57)
  • Define the coverage XML path in the factory instead of the adapter (#52)
  • Improve the Codeception integration tests for getting code (#47)
  • Make the JUnit path relative to the tmp directory (#54)
  • Fix the Makefile command (#56)
  • Add more tests for a more complete coverage sample (#60)
  • Inject the test framework name from the factory instead of the adapter (#51)

Various CI improvements:

  • Configure the concurrency for the GitHub Actions workflows (#28)
  • Remove master (#29)
  • Pin the version used of GitHub Actions (#30)
  • Add dependabot (#31)
  • Merge the e2e tests workflow into the test workflow (#34)
  • Add the GitHub Actions meta-jobs (#35)
  • Rename the jobs and workflows for better readability (#40)

Full Changelog: 0.4.4...0.4.5

Remove unnecessary files from Composer package

05 Sep 16:36
eba083f

Choose a tag to compare

What's Changed

  • Remove unnecessary files from Composer package by @s1lver in #27

New Contributors

Full Changelog: 0.4.3...0.4.4

PHP 8.3, Symfony 7 support

09 Dec 09:05
0287d13

Choose a tag to compare

Changed

Full Changelog: 0.4.2...0.4.3

Drop support for Codeception 4, PHP <8.0, Symfony <5.0

15 Oct 20:16
7ac1030

Choose a tag to compare

What's Changed

  • Fix e2e tests, allow phpstan plugin by @sidz in #21
  • Remove Symfony 6 hacks by @sidz in #12
  • Drop Codeception 4 support, php < 8.0 and symfony < 5.0 by @sidz in #22

New Contributors

Full Changelog: 0.4.1...0.4.2

PHP 8.1 and Symfony 6 support

17 Jan 16:11
f976aaa

Choose a tag to compare

Added:

  • Support PHP 8.1 #10
  • Support Symfony 6 #11

Upgrade to infection/abstract-testframework-adapter 0.5.0

06 Sep 21:06
035f028

Choose a tag to compare

Merge pull request #8 from infection/feature/infection-phar

Upgrade to infection/abstract-codeception-adapter 0.5.0

PHP 8 Support

01 Feb 21:13
2b68c8e

Choose a tag to compare

Added:

  • PHP 8 support #3

Put `run` command name always before options (second attempt)

24 Mar 20:13
09dda58

Choose a tag to compare

Fixed:

  • Updating CodeceptionAdapter.php 'run' command #2

Put `run` command name always before options

24 Mar 19:16
63bf85d

Choose a tag to compare

Upgrade to TestFrameworkAdapter 0.3.0

14 Mar 20:07
3825a15

Choose a tag to compare

  • Upgrade to TestFrameworkAdapter 0.3.0 (#1)