Releases: infection/codeception-adapter
Releases · infection/codeception-adapter
0.4.5
Immutable
release. Only release title and notes can be modified.
Features
Performance improvements
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
PHP 8.3, Symfony 7 support
Changed
- Drop php < 8.1 support by @sidz in #23
- Add support for PHP 8.3, Symfony 7 by @maks-rafalko in #25
Full Changelog: 0.4.2...0.4.3
Drop support for Codeception 4, PHP <8.0, Symfony <5.0
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
- @dependabot made their first contribution in #15
Full Changelog: 0.4.1...0.4.2
PHP 8.1 and Symfony 6 support
Upgrade to infection/abstract-testframework-adapter 0.5.0
Merge pull request #8 from infection/feature/infection-phar Upgrade to infection/abstract-codeception-adapter 0.5.0
PHP 8 Support
Added:
- PHP 8 support #3
Put `run` command name always before options (second attempt)
Fixed:
- Updating CodeceptionAdapter.php 'run' command #2
Put `run` command name always before options
Upgrade to TestFrameworkAdapter 0.3.0
- Upgrade to TestFrameworkAdapter 0.3.0 (#1)