Skip to content

Commit dc8c746

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 88c6ef5 commit dc8c746

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

changelog.markdown

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
527527

528528

529529

530+
* Support codeception/lib-innerbrowser v4
531+
532+
533+
### module-lumen 3.0.1: 3.0.1
534+
535+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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+
530539
* Support codeception/lib-innerbrowser v4
531540

532541

@@ -1307,6 +1316,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
13071316
* Don't pass NULL to isBinaryData in `_failed`.
13081317

13091318

1319+
### module-lumen 3.0.0: 3.0.0
1320+
1321+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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+
13101328
### module-phpbrowser 3.0.0: 3.0.0
13111329

13121330
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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 [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
16751693
* Added support for laminas-diactoros v2 by **[samuelnogueira](https://github.com/samuelnogueira)**
16761694

16771695

1696+
### module-lumen 2.1.0: 2.1.0
1697+
1698+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) 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)
1706+
* Update dependencies (https://github.com/Codeception/module-lumen/pull/16)
1707+
* 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+
16781710
### module-laravel 2.2.0: 2.2.0
16791711

16801712
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) 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
25082540
- sha1 by default instead of md5.
25092541

25102542

2543+
### module-lumen 2.0.1: 2.0.1
2544+
2545+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) 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+
25112553
### module-webdriver 1.2.1: Documentation update
25122554

25132555
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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 [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
26802722
* Added redirect methods https://github.com/Codeception/lib-innerbrowser/pull/29
26812723

26822724

2725+
### module-lumen 2.0.0: 2.0.0
2726+
2727+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) 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+
26832744
### module-webdriver 1.2.0:
26842745

26852746
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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 [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
30583119

30593120

30603121

3122+
### module-lumen 1.0.1: Support PHP 8
3123+
3124+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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+
30613131
### module-laravel5 1.1.1: Support PHP 8
30623132

30633133
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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 [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
38253895

38263896

38273897

3898+
### module-lumen 1.0.0: Initial release
3899+
3900+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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+
38283907
### module-laravel5 1.0.0: Initial release
38293908

38303909
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) 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

Comments
 (0)