test-reporter release v2.4.0

This commit is contained in:
Jozef Izso
2026-01-01 17:14:47 +01:00
parent 6efb86e1f8
commit e17be7e007
3 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2.4.0
* Feature: Add PHPUnit support with JUnit XML dialect parser https://github.com/dorny/test-reporter/pull/422
* Feature: Add JUnit XML sample files and tests for validation https://github.com/dorny/test-reporter/pull/701
* Fix: Refactor deprecated `String.substr()` function to use `String.substring()` https://github.com/dorny/test-reporter/pull/704
## 2.3.0
* Feature: Add Python support with `python-xunit` reporter (pytest) https://github.com/dorny/test-reporter/pull/643
* Feature: Add pytest traceback parsing and `directory-mapping` option https://github.com/dorny/test-reporter/pull/238