You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.markdown
+45-56Lines changed: 45 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,6 +301,17 @@ Released by [ Naktib
301
301
* Documentation updates [#67](https://github.com/Codeception/module-doctrine2/issues/67) and [#68](https://github.com/Codeception/module-doctrine2/issues/68) by **[ThomasLandauer](https://github.com/ThomasLandauer)**
302
302
303
303
304
+
### Codeception 5.0.10: 5.0.10
305
+
306
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2023/03/14 07:27:00 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
307
+
308
+
309
+
310
+
* JUnitReporter: Fixed compatibility with PHPUnit 10.0.16 [#6656](https://github.com/Codeception/Codeception/issues/6656)
311
+
* Recorder extension: Fixed type error [#6643](https://github.com/Codeception/Codeception/issues/6643) by **[thomashohn](https://github.com/thomashohn)**
312
+
* Validate test filter pattern without warning [#6641](https://github.com/Codeception/Codeception/issues/6641) by **[dmitryuk](https://github.com/dmitryuk)**
313
+
314
+
304
315
### module-rest 2.0.3: 2.0.3
305
316
306
317
Released by [ Naktibalda](https://github.com/Naktibalda) on 2023/03/10 19:24:26 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)
@@ -842,6 +853,16 @@ Released by [ Naktib
842
853
* Fix type error in PHP 8.1 when converting ms to sec [#103](https://github.com/Codeception/module-webdriver/issues/103)
843
854
844
855
856
+
### Codeception 5.0.0-RC7: 5.0.0-RC7
857
+
858
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/07/22 05:52:09 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
859
+
860
+
861
+
862
+
* Fixed injecting dependencies to actor in Cest and Gherkin formats [#6506](https://github.com/Codeception/Codeception/issues/6506)
863
+
* Variadic parameters can be skipped in dependency injection [#6505](https://github.com/Codeception/Codeception/issues/6505)
864
+
865
+
845
866
### module-datafactory 3.0.0: 3.0.0
846
867
847
868
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/07/18 16:39:04 / [Repository](https://github.com/Codeception/module-datafactory) / [Releases](https://github.com/Codeception/module-datafactory/releases)
@@ -1224,6 +1245,17 @@ Released by [ Naktib
1224
1245
* Read about earlier change in [CHANGELOG](https://github.com/Codeception/Codeception/blob/5.0/CHANGELOG-5.x.md).
1225
1246
1226
1247
1248
+
### Codeception 4.1.31: 4.1.31
1249
+
1250
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/13 17:17:13 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1251
+
1252
+
1253
+
1254
+
* RunBefore extension prints error output and stops execution if command failed
1255
+
* Action file generator: Fixed handling of intersection types
1256
+
* Action file generator: Fixed handling of self and parent types
1257
+
1258
+
1227
1259
### module-webdriver 3.1.0: 3.1.0
1228
1260
1229
1261
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 17:08:21 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -1245,6 +1277,19 @@ Released by [ Naktib
1245
1277
* Uses lib-xml
1246
1278
1247
1279
1280
+
### Codeception 5.0.0-alpha3: 5.0.0-alpha3
1281
+
1282
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 11:02:50 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1283
+
1284
+
1285
+
1286
+
* Support intersection types in actions
1287
+
* Introduced PSR-12 code style
1288
+
* Extracted some code to modules and shared libs
1289
+
* Fixed new incompatibilities with PHPUnit 10
1290
+
1291
+
1292
+
1248
1293
### module-rest 3.1.0: 3.1.0
1249
1294
1250
1295
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 11:00:56 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)
@@ -1484,31 +1529,6 @@ Released by [ Tavo
Released by [ 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)
1490
-
1491
-
1492
-
1493
-
* Decoupled test execution and reporting from PHPUnit
1494
-
* Custom reporters implementing TestListener are no longer supported and must be converted to Extensions
1495
-
* Tests of all formats are reported as useless if they perform no assertions and reports_useless_tests setting is enabled
1496
-
* Added path_coverage setting to enable path and branch coverage [#6158](https://github.com/Codeception/Codeception/issues/6158) by **[s0lus](https://github.com/s0lus)**
1497
-
* Added optional value to fail-fast option ([#6275](https://github.com/Codeception/Codeception/issues/6275)) by **[Verest](https://github.com/Verest)**
1498
-
* Removed JSON and TAP loggers
1499
-
* Removed code coverage blacklist functionality
1500
-
* Removed deprecated class aliases
1501
-
- Codeception\TestCase\Test
1502
-
- Codeception\Platform\Group
1503
-
- Codeception\Platform\Group
1504
-
- Codeception\TestCase
1505
-
* Removed settings disallow_test_output, log_incomplete_skipped and report_useless_tests
1506
-
* Introduced strict types in the code base by **[TavoNiievez](https://github.com/TavoNiievez)**
1507
-
* Compatible with PHPUnit 10 only
1508
-
* Compatible with Symfony 4.4 - 6.0
1509
-
* Requires PHP 8.0 or higher
1510
-
1511
-
1512
1532
### module-doctrine2 2.0.1: 2.0.1
1513
1533
1514
1534
Released by [ 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)
@@ -1549,16 +1569,6 @@ Released by [ Naktib
1549
1569
* Fixed type of client property
1550
1570
1551
1571
1552
-
### Codeception 4.1.28: 4.1.28
1553
-
1554
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/01/05 16:50:04 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1555
-
1556
-
1557
-
1558
-
* Strictly compare test hashes to avoid skipping tests [#6320](https://github.com/Codeception/Codeception/issues/6320) by **[michel-cetina](https://github.com/michel-cetina)**
1559
-
* Fixed deprecation message in codecept build [#6311](https://github.com/Codeception/Codeception/issues/6311) by **[barmax](https://github.com/barmax)**
1560
-
1561
-
1562
1572
### module-webdriver 2.0.1: 2.0.1
1563
1573
1564
1574
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/29 16:57:38 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -1617,27 +1627,6 @@ Released by [ Tavo
1617
1627
* Updating docs to new default algo sha1 by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/module-rest/pull/66
1618
1628
1619
1629
1620
-
### Codeception 4.1.27: 4.1.27
1621
-
1622
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/22 06:49:04 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1623
-
1624
-
1625
-
1626
-
* Renamed editorUrl setting to editor_url for consistency
1627
-
* Fixed wildcard matching of group files ([#6302](https://github.com/Codeception/Codeception/issues/6302)) by **[DavertMik](https://github.com/DavertMik)**
1628
-
1629
-
1630
-
### Codeception 4.1.26: 4.1.26
1631
-
1632
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/21 19:25:44 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1633
-
1634
-
1635
-
1636
-
* Added editorUrl setting to codeception.yml ([#6261](https://github.com/Codeception/Codeception/issues/6261)) by **[ThomasLandauer](https://github.com/ThomasLandauer)**
1637
-
* Reverted optional value to fail-fast option because it was breaking change ([#6290](https://github.com/Codeception/Codeception/issues/6290))
1638
-
* Fixed E_DEPRECATED warnings in Example class on PHP 8.1 ([#6298](https://github.com/Codeception/Codeception/issues/6298)) by **[fabacino](https://github.com/fabacino)**
1639
-
1640
-
1641
1630
### module-phpbrowser 2.0.2: 2.0.2
1642
1631
1643
1632
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/12/21 15:23:57 / [Repository](https://github.com/Codeception/module-phpbrowser) / [Releases](https://github.com/Codeception/module-phpbrowser/releases)
0 commit comments