Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
355 changes: 355 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions bridge/infection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.6](https://github.com/php-testo/testo/compare/bridge-infection-0.1.5...bridge-infection-0.1.6) (2026-06-07)


### Features

* Add Infection bridge ([#126](https://github.com/php-testo/testo/issues/126)) ([3229bcc](https://github.com/php-testo/testo/commit/3229bcc529bdde8b582bec54361a1ab44c69220c))
* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))
* **infection:** Use JUnit format with fallback to reflection ([248d811](https://github.com/php-testo/testo/commit/248d811345df0dc462f98a5ac5fc5d8ebe98265c))


### Bug Fixes

* Allow `infection/include-interceptor` v1 ([#184](https://github.com/php-testo/testo/issues/184)) ([cc7018c](https://github.com/php-testo/testo/commit/cc7018cf5e997b7be9d34e544d581d2deb6781ba))
* **infection:** enable IncludeInterceptor before requiring composer autoload ([0240517](https://github.com/php-testo/testo/commit/0240517bae0f6178b71f4fc4325c9baa0ace2446))
* **infection:** pass Testo's `--path` values relative to `projectDir` ([c624250](https://github.com/php-testo/testo/commit/c62425072ddd19c134268f490fbf64973481e291))


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))
* Move all php files into `core` dir ([743cb4f](https://github.com/php-testo/testo/commit/743cb4f42d7e6a8bcd5c3ca467b03aa8236cd645))

## [0.1.5](https://github.com/php-testo/testo/compare/bridge-infection-0.1.4...bridge-infection-0.1.5) (2026-06-06)


Expand Down
22 changes: 22 additions & 0 deletions bridge/symfony-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.6](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.5...bridge-symfony-console-0.1.6) (2026-06-07)


### Features

* Add `init` command ([#182](https://github.com/php-testo/testo/issues/182)) ([cd940d6](https://github.com/php-testo/testo/commit/cd940d6013d6e2942e8ae2e766d23f7d398313af))
* Add JUnit output format with CLI flag `--log-junit` ([#122](https://github.com/php-testo/testo/issues/122)) ([c138d1d](https://github.com/php-testo/testo/commit/c138d1dc1481bca85f0851c7ca3e25427a3cecda))
* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))
* introduce Verbosity enum to manage console output levels ([f0359d7](https://github.com/php-testo/testo/commit/f0359d7f6063154042591437e539e160ef7be460))


### Bug Fixes

* **symfony-console:** Make init test compatible with Symfony 8 (no `add()`) ([42888e8](https://github.com/php-testo/testo/commit/42888e8be7cc518372ad58bbdcbe3c978e253cd9))
* **symfony-console:** Make init treat --path as the project root ([0f5de95](https://github.com/php-testo/testo/commit/0f5de956cdfd16505060742ee02c6af1f6927606))


### Code Refactoring

* **bridge-symfony-console:** Rename Symfony Console bridge ([0261f06](https://github.com/php-testo/testo/commit/0261f0641e7650cf92f5a3306bc5706bf8dcdf0b))
* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.5](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.4...bridge-symfony-console-0.1.5) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.7](https://github.com/php-testo/testo/compare/assert-0.1.6...assert-0.1.7) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.6](https://github.com/php-testo/testo/compare/assert-0.1.5...assert-0.1.6) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/php-testo/testo/compare/bench-0.1.4...bench-0.1.5) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.4](https://github.com/php-testo/testo/compare/bench-0.1.3...bench-0.1.4) (2026-06-06)


Expand Down
24 changes: 24 additions & 0 deletions plugin/codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.1.8](https://github.com/php-testo/testo/compare/codecov-0.1.7...codecov-0.1.8) (2026-06-07)


### Features

* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))


### Bug Fixes

* **codecov:** collect per-data-set coverage from MultipleResult child results ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))
* **composer:** Switch testo/* requires from `^1.0@dev` to `0.1 - 1` ([403768f](https://github.com/php-testo/testo/commit/403768f9058cf09bca8c823f76e64530e31e1dc4))
* **coverage:** Check for Xdebug coverage mode before initializing driver ([5254038](https://github.com/php-testo/testo/commit/52540384e80dde58697007c4ee42925f72b70b7b))
* **data:** accumulate data sets across all provider attributes instead of keeping only the last ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))


### Code Refactoring

* **codecov:** Enable covering Inline tests by default again ([4b9bc47](https://github.com/php-testo/testo/commit/4b9bc47491a6b448ae6042986a615f46429f035c))
* **codecov:** Move Codecov plugin in a separated repository ([63983b1](https://github.com/php-testo/testo/commit/63983b13b811a50ddbe5dfbbca3630105d75700d))
* **codecov:** Stop covering Inline tests by default because of [#159](https://github.com/php-testo/testo/issues/159) ([94ac94c](https://github.com/php-testo/testo/commit/94ac94c5ce146b08cc1f461e5bb907addb17d620))
* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))
* Normalize Test Suite naming ([9fd0cd3](https://github.com/php-testo/testo/commit/9fd0cd33f1ce6e6a49332be53d98bf6f78a15217))

## [0.1.7](https://github.com/php-testo/testo/compare/codecov-0.1.6...codecov-0.1.7) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/convention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/php-testo/testo/compare/convention-0.1.2...convention-0.1.3) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.2](https://github.com/php-testo/testo/compare/convention-0.1.1...convention-0.1.2) (2026-05-02)


Expand Down
21 changes: 21 additions & 0 deletions plugin/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.6](https://github.com/php-testo/testo/compare/data-0.1.5...data-0.1.6) (2026-06-07)


### Features

* **core:** aggregate run statistics via Summary DTO and show assertions ([cd20c42](https://github.com/php-testo/testo/commit/cd20c42e034376721c820dc34d628ba5c1598f63))


### Bug Fixes

* **codecov:** collect per-data-set coverage from MultipleResult child results ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))
* **composer:** Switch testo/* requires from `^1.0@dev` to `0.1 - 1` ([403768f](https://github.com/php-testo/testo/commit/403768f9058cf09bca8c823f76e64530e31e1dc4))
* **data:** accumulate data sets across all provider attributes instead of keeping only the last ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))


### Code Refactoring

* **data:** Move Data plugin in a separated repository ([8f3d971](https://github.com/php-testo/testo/commit/8f3d971a331db5e3d6bfb911a5f941e75d498945))
* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))
* Normalize Test Suite naming ([9fd0cd3](https://github.com/php-testo/testo/commit/9fd0cd33f1ce6e6a49332be53d98bf6f78a15217))

## [0.1.5](https://github.com/php-testo/testo/compare/data-0.1.4...data-0.1.5) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/php-testo/testo/compare/filter-0.1.1...filter-0.1.2) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.1](https://github.com/php-testo/testo/compare/filter-0.1.0...filter-0.1.1) (2026-05-02)


Expand Down
7 changes: 7 additions & 0 deletions plugin/inline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/php-testo/testo/compare/inline-0.1.4...inline-0.1.5) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.4](https://github.com/php-testo/testo/compare/inline-0.1.3...inline-0.1.4) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/php-testo/testo/compare/lifecycle-0.1.3...lifecycle-0.1.4) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.3](https://github.com/php-testo/testo/compare/lifecycle-0.1.2...lifecycle-0.1.3) (2026-06-06)


Expand Down
28 changes: 28 additions & 0 deletions plugin/repeat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.1.8](https://github.com/php-testo/testo/compare/repeat-0.1.7...repeat-0.1.8) (2026-06-07)


### Features

* **core:** aggregate run statistics via Summary DTO and show assertions ([cd20c42](https://github.com/php-testo/testo/commit/cd20c42e034376721c820dc34d628ba5c1598f63))
* **repeat:** Add `maxFailures` option ([#114](https://github.com/php-testo/testo/issues/114)) ([b250922](https://github.com/php-testo/testo/commit/b250922567a47337ce47f4e6f7431b95d56c9179))
* **repeat:** integrate Messenger into RepeatInterceptor ([fe12ad5](https://github.com/php-testo/testo/commit/fe12ad5b038351d5b4f35de286795caffc2a1b59))


### Bug Fixes

* **repeat:** ensure log messages end with a newline for clarity ([a549ce7](https://github.com/php-testo/testo/commit/a549ce7a68cacace7a507f599cb5cc0e34d7e014))


### Documentation

* **repeat:** Clarify documentation for Repeat class and parameters ([2544390](https://github.com/php-testo/testo/commit/25443909fb6f309b61d921796b63d51585d35908))
* **repeat:** Update README with project details and usage instructions ([eac870d](https://github.com/php-testo/testo/commit/eac870df54d381ad181b94af855c56acd4fdc895))


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))
* Normalize branch-aliases ([6fd048c](https://github.com/php-testo/testo/commit/6fd048c31fa46080c68aad61f518fb4bf564e8b9))
* **repeat:** Move Repeat plugin in a separated repository ([a3bf466](https://github.com/php-testo/testo/commit/a3bf466a5ed743e747718f64d95f139557b311f0))
* **testing:** update TestRunner namespace from Traits to Helper ([14ebce3](https://github.com/php-testo/testo/commit/14ebce3a0191f82e8dbf5ae145dd3c435ef64fd0))

## [0.1.7](https://github.com/php-testo/testo/compare/repeat-0.1.6...repeat-0.1.7) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/php-testo/testo/compare/retry-0.1.3...retry-0.1.4) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.3](https://github.com/php-testo/testo/compare/retry-0.1.2...retry-0.1.3) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions plugin/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/php-testo/testo/compare/test-0.1.3...test-0.1.4) (2026-06-07)


### Code Refactoring

* **messenger:** Move messenger into Core ([0ac2728](https://github.com/php-testo/testo/commit/0ac272898b9e24e240f1e301573c8102abbc2ce0))

## [0.1.3](https://github.com/php-testo/testo/compare/test-0.1.2...test-0.1.3) (2026-06-05)


Expand Down
28 changes: 14 additions & 14 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
".": "0.10.18",
"plugin/repeat": "0.1.7",
".": "0.11.0",
"plugin/repeat": "0.1.8",
"plugin/messenger": "0.1.3",
"plugin/convention": "0.1.2",
"plugin/lifecycle": "0.1.3",
"plugin/retry": "0.1.3",
"plugin/filter": "0.1.1",
"plugin/test": "0.1.3",
"plugin/assert": "0.1.6",
"plugin/data": "0.1.5",
"plugin/inline": "0.1.4",
"plugin/bench": "0.1.4",
"plugin/codecov": "0.1.7",
"bridge/symfony-console": "0.1.5",
"bridge/infection": "0.1.5"
"plugin/convention": "0.1.3",
"plugin/lifecycle": "0.1.4",
"plugin/retry": "0.1.4",
"plugin/filter": "0.1.2",
"plugin/test": "0.1.4",
"plugin/assert": "0.1.7",
"plugin/data": "0.1.6",
"plugin/inline": "0.1.5",
"plugin/bench": "0.1.5",
"plugin/codecov": "0.1.8",
"bridge/symfony-console": "0.1.6",
"bridge/infection": "0.1.6"
}
Loading