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
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -434,6 +434,15 @@ Released by [ Naktib
434
434
* grabServiceFromContainer: Returned service is not always object by **[svycka](https://github.com/svycka)** in https://github.com/Codeception/module-laminas/pull/23
435
435
436
436
437
+
### module-laravel 2.3.0: 2.3.0
438
+
439
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/11/19 20:34:50 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
440
+
441
+
442
+
443
+
* Allow to set headers in module configuration by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/module-laravel/pull/47
444
+
445
+
437
446
### module-laravel 3.1.0: 3.1.0
438
447
439
448
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/11/19 20:32:53 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
@@ -974,6 +983,16 @@ Released by [ Naktib
974
983
* Use correct types in ParamsLoader and Configuration classes, avoid type errors
975
984
976
985
986
+
### module-laravel 3.0.0: 3.0.0
987
+
988
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/04/20 10:13:08 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
989
+
990
+
991
+
992
+
* Support for Codeception 5
993
+
* Only Laravel 8 is supported
994
+
995
+
977
996
### lib-innerbrowser 3.1.2: 3.1.2
978
997
979
998
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/04/09 08:51:34 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
@@ -2570,6 +2589,36 @@ Released by [ Naktib
2570
2589
2571
2590
2572
2591
2592
+
### module-laravel 2.0.0: 2.0.0
2593
+
2594
+
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2020/12/29 20:52:27 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
2595
+
2596
+
2597
+
2598
+
**New features:**
2599
+
-`Laravel 6`, `Laravel 7`, and `Laravel 8` compatibility.
2600
+
- Module documentation updated.
2601
+
- Added typed arguments.
2602
+
- Updated the module's code base following PHP 7.3+ standards.
2603
+
2604
+
**Breaking changes:**
2605
+
- Removed support for PHP versions lower than `PHP 7.3`.
2606
+
- Removed support for `Laravel 5` and lower.
2607
+
- The `Codeception\Module\Laravel5` class was renamed to `Codeception\Module\Laravel`:
2608
+
```diff
2609
+
# tests/funcional.suite.yml
2610
+
modules:
2611
+
enabled:
2612
+
- Asserts
2613
+
- - Laravel5:
2614
+
+ - Laravel:
2615
+
environment_file: .env.testing
2616
+
```
2617
+
> **Minor change**: Adding link to "central" parts explanation ([#8](https://github.com/Codeception/module-laravel/issues/8)) by **[ThomasLandauer](https://github.com/ThomasLandauer)**.
2618
+
2619
+
If you're interested in contributing to this module and didn't know where to start, a [contribution guide](https://github.com/Codeception/module-laravel/blob/main/CONTRIBUTING.md) is now available, thanks to **[ThomasLandauer](https://github.com/ThomasLandauer)** and **[TavoNiievez](https://github.com/TavoNiievez)**.
2620
+
2621
+
2573
2622
### module-yii2 1.1.2: 1.1.2
2574
2623
2575
2624
Released by [ samdark](https://github.com/samdark) on 2020/12/28 11:32:21 / [Repository](https://github.com/Codeception/module-yii2) / [Releases](https://github.com/Codeception/module-yii2/releases)
0 commit comments