Skip to content

Commit 772770a

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 45dd452 commit 772770a

File tree

1 file changed

+32
-36
lines changed

1 file changed

+32
-36
lines changed

changelog.markdown

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,20 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
476476
* Support for PHPUnit 10
477477

478478

479+
### Codeception 5.0.7: 5.0.7
480+
481+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2023/01/14 20:06:31 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
482+
483+
484+
485+
* Disabled phpcs checks in generated action files [#6621](https://github.com/Codeception/Codeception/issues/6621)
486+
* `$I->wantTo()` no longer changes test title at runtime [#6622](https://github.com/Codeception/Codeception/issues/6622)
487+
* Display correct failed step when failures and errors happened during test run [#6623](https://github.com/Codeception/Codeception/issues/6623)
488+
* Fixed indentation of `step_decorators` in config files generated by `bootstrap` [#6624](https://github.com/Codeception/Codeception/issues/6624)
489+
* Enabled `Conditional`, `Retry` and `tryTo` decorators in acceptance suite generated by `bootstrap` [#6624](https://github.com/Codeception/Codeception/issues/6624)
490+
* Improved handling of anonymous classes in parser [#6626](https://github.com/Codeception/Codeception/issues/6626)
491+
492+
479493
### module-redis 3.1.0: 3.1.0
480494

481495
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2023/01/13 21:20:53 / [Repository](https://github.com/Codeception/module-redis) / [Releases](https://github.com/Codeception/module-redis/releases)
@@ -1140,6 +1154,24 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
11401154
* Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays and match seeCheckboxIsChecked
11411155

11421156

1157+
### Codeception 5.0.0-RC2: 5.0.0-RC2
1158+
1159+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/04/08 07:05:05 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1160+
1161+
1162+
1163+
* Added `--shard`, `--grep`, `--filter` options ([#6399](https://github.com/Codeception/Codeception/issues/6399))
1164+
* Added new code coverage settings ([#6423](https://github.com/Codeception/Codeception/issues/6423))
1165+
* Dynamic configuration with parameters can use arrays and other non-string types ([#6409](https://github.com/Codeception/Codeception/issues/6409))
1166+
* Introduced `codecept_pause` function and `$this->pause()` in unit tests ([#6387](https://github.com/Codeception/Codeception/issues/6387))
1167+
* Interactive console is executed in the scope of paused test class.
1168+
* Array of variables can be passed to all `pause` functions/methods
1169+
* Replaced Hoa Console with PsySH in `codecept console`
1170+
* Used Symfony VarDumper in `codecept_debug` ([#6406](https://github.com/Codeception/Codeception/issues/6406))
1171+
* Fixed type error in code coverage exclude filter by **[W0rma](https://github.com/W0rma)**
1172+
* Fix type error in Recorder extension
1173+
1174+
11431175
### module-rest 2.0.2: 2.0.2
11441176

11451177
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/03/30 05:43:05 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)
@@ -1497,42 +1529,6 @@ Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) Tavo
14971529
**Full Changelog**: https://github.com/Codeception/lib-innerbrowser/compare/2.0.1...2.0.2
14981530

14991531

1500-
### Codeception 5.0.0-alpha1: 5.0.0-alpha1
1501-
1502-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/01/30 18:56:34 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1503-
1504-
1505-
1506-
* Decoupled test execution and reporting from PHPUnit
1507-
* Custom reporters implementing TestListener are no longer supported and must be converted to Extensions
1508-
* Tests of all formats are reported as useless if they perform no assertions and reports_useless_tests setting is enabled
1509-
* Added path_coverage setting to enable path and branch coverage [#6158](https://github.com/Codeception/Codeception/issues/6158) by **[s0lus](https://github.com/s0lus)**
1510-
* Added optional value to fail-fast option ([#6275](https://github.com/Codeception/Codeception/issues/6275)) by **[Verest](https://github.com/Verest)**
1511-
* Removed JSON and TAP loggers
1512-
* Removed code coverage blacklist functionality
1513-
* Removed deprecated class aliases
1514-
- Codeception\TestCase\Test
1515-
- Codeception\Platform\Group
1516-
- Codeception\Platform\Group
1517-
- Codeception\TestCase
1518-
* Removed settings disallow_test_output, log_incomplete_skipped and report_useless_tests
1519-
* Introduced strict types in the code base by **[TavoNiievez](https://github.com/TavoNiievez)**
1520-
* Compatible with PHPUnit 10 only
1521-
* Compatible with Symfony 4.4 - 6.0
1522-
* Requires PHP 8.0 or higher
1523-
1524-
1525-
### Codeception 4.1.29: 4.1.29
1526-
1527-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/01/29 17:00:53 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1528-
1529-
1530-
1531-
* Fixed duplicate test runs when codeception.yml and codeception.dist.yml are present in multi-app setup by **[calvinalkan](https://github.com/calvinalkan)**
1532-
* Action generator handles mixed type correctly
1533-
* Parser fix to allow named parameters named class and namespace
1534-
1535-
15361532
### module-doctrine2 2.0.1: 2.0.1
15371533

15381534
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/01/28 18:34:39 / [Repository](https://github.com/Codeception/module-doctrine2) / [Releases](https://github.com/Codeception/module-doctrine2/releases)

0 commit comments

Comments
 (0)