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
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,15 @@ Released by [ Naktib
527
527
528
528
529
529
530
+
* Support codeception/lib-innerbrowser v4
531
+
532
+
533
+
### module-lumen 3.0.1: 3.0.1
534
+
535
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2023/02/09 06:43:17 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
536
+
537
+
538
+
530
539
* Support codeception/lib-innerbrowser v4
531
540
532
541
@@ -1307,6 +1316,15 @@ Released by [ Naktib
1307
1316
* Don't pass NULL to isBinaryData in `_failed`.
1308
1317
1309
1318
1319
+
### module-lumen 3.0.0: 3.0.0
1320
+
1321
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/29 18:00:52 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
1322
+
1323
+
1324
+
1325
+
* Compatibility with Codeception 5
1326
+
1327
+
1310
1328
### module-phpbrowser 3.0.0: 3.0.0
1311
1329
1312
1330
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/20 09:45:52 / [Repository](https://github.com/Codeception/module-phpbrowser) / [Releases](https://github.com/Codeception/module-phpbrowser/releases)
@@ -1675,6 +1693,20 @@ Released by [ Naktib
1675
1693
* Added support for laminas-diactoros v2 by **[samuelnogueira](https://github.com/samuelnogueira)**
1676
1694
1677
1695
1696
+
### module-lumen 2.1.0: 2.1.0
1697
+
1698
+
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/12/24 20:16:08 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
1699
+
1700
+
1701
+
1702
+
## What's Changed
1703
+
1704
+
* PHP 7.4 or higher is required.
1705
+
* Updated code base to PHP 7.4 (https://github.com/Codeception/module-lumen/pull/15)
* The changelog has been added to the Readme file, by **[Arhell](https://github.com/Arhell)** in https://github.com/Codeception/module-lumen/pull/14
1708
+
1709
+
1678
1710
### module-laravel 2.2.0: 2.2.0
1679
1711
1680
1712
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/12/24 20:11:04 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
@@ -2508,6 +2540,16 @@ Updated code base to PHP 7.2 ([#14](https://github.com/Codeception/module-phalco
2508
2540
- sha1 by default instead of md5.
2509
2541
2510
2542
2543
+
### module-lumen 2.0.1: 2.0.1
2544
+
2545
+
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/04/29 14:24:58 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
2546
+
2547
+
2548
+
2549
+
**Fix** Factory compatibility issue with Lumen < 7 ([#12](https://github.com/Codeception/module-lumen/issues/12)) by **[ibpavlov](https://github.com/ibpavlov)**.
2550
+
2551
+
2552
+
2511
2553
### module-webdriver 1.2.1: Documentation update
2512
2554
2513
2555
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/04/23 17:31:52 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -2680,6 +2722,25 @@ Released by [ Naktib
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/01/19 05:02:29 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
2728
+
2729
+
2730
+
2731
+
**New features:**
2732
+
-`Lumen 6`, `Lumen 7`, and `Lumen 8` compatibility.
2733
+
- Module documentation updated.
2734
+
- Added typed arguments.
2735
+
- Updated the module's code base following PHP 7.3+ standards.
2736
+
2737
+
**Breaking changes:**
2738
+
- Removed support for PHP versions lower than `PHP 7.3`.
2739
+
- Removed support for `Lumen 5` and lower.
2740
+
2741
+
> **Minor change**: Adding link to "central" parts explanation ([#4](https://github.com/Codeception/module-lumen/issues/4)) by **[ThomasLandauer](https://github.com/ThomasLandauer)**.
2742
+
2743
+
2683
2744
### module-webdriver 1.2.0:
2684
2745
2685
2746
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/01/17 19:30:29 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -3058,6 +3119,15 @@ Released by [ Naktib
3058
3119
3059
3120
3060
3121
3122
+
### module-lumen 1.0.1: Support PHP 8
3123
+
3124
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2020/10/28 07:48:01 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
3125
+
3126
+
3127
+
3128
+
Depends on Lumen libraries actually supporting PHP 8
3129
+
3130
+
3061
3131
### module-laravel5 1.1.1: Support PHP 8
3062
3132
3063
3133
Released by [ Naktibalda](https://github.com/Naktibalda) on 2020/10/28 07:06:39 / [Repository](https://github.com/Codeception/module-laravel5) / [Releases](https://github.com/Codeception/module-laravel5/releases)
@@ -3825,6 +3895,15 @@ Released by [ Naktib
3825
3895
3826
3896
3827
3897
3898
+
### module-lumen 1.0.0: Initial release
3899
+
3900
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2019/10/19 15:27:37 / [Repository](https://github.com/Codeception/module-lumen) / [Releases](https://github.com/Codeception/module-lumen/releases)
3901
+
3902
+
3903
+
3904
+
3905
+
3906
+
3828
3907
### module-laravel5 1.0.0: Initial release
3829
3908
3830
3909
Released by [ Naktibalda](https://github.com/Naktibalda) on 2019/10/19 15:27:22 / [Repository](https://github.com/Codeception/module-laravel5) / [Releases](https://github.com/Codeception/module-laravel5/releases)
0 commit comments