Skip to content

Commit 265df3e

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent d1b8e56 commit 265df3e

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

changelog.markdown

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:hei
6363
**Full Changelog**: https://github.com/Codeception/Codeception/compare/5.3.4...5.3.5
6464

6565

66+
### lib-web 2.1.0: 2.1.0
67+
68+
Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16){:height="16" width="16"} github-actions[bot]](https://github.com/apps/github-actions) on 2026/02/06 15:23:02 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
69+
70+
71+
72+
# [2.1.0](https://github.com/Codeception/lib-web/compare/2.0.1...2.1.0) (2026-02-06)
73+
74+
75+
### Features
76+
77+
* add support for phpunit 13 ([[#23](https://github.com/Codeception/lib-web/issues/23)](https://github.com/Codeception/lib-web/issues/23)) ([a030a3a](https://github.com/Codeception/lib-web/commit/a030a3a22fc8e856b5957086794ed5403c7992d9))
78+
79+
80+
81+
82+
83+
6684
### lib-asserts 3.2.0: 3.2.0
6785

6886
Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16){:height="16" width="16"} github-actions[bot]](https://github.com/apps/github-actions) on 2026/02/06 15:20:17 / [Repository](https://github.com/Codeception/lib-asserts) / [Releases](https://github.com/Codeception/lib-asserts/releases)
@@ -398,6 +416,21 @@ Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:hei
398416
**Full Changelog**: https://github.com/Codeception/module-symfony/compare/3.7.1...3.8.0
399417

400418

419+
### lib-web 2.0.1: 2.0.1
420+
421+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:height="16" width="16"} TavoNiievez](https://github.com/TavoNiievez) on 2025/11/27 21:15:41 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
422+
423+
424+
425+
## What's Changed
426+
* Test against PHP 8.5 by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-web/pull/19
427+
* Allow Symfony 8 by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-web/pull/20
428+
* Update Web.php: Added hints that `seeCurrentUrlEquals` etc. are only … by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/18
429+
430+
431+
**Full Changelog**: https://github.com/Codeception/lib-web/compare/2.0.0...2.0.1
432+
433+
401434
### module-doctrine 3.3.0: 3.3.0
402435

403436
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:height="16" width="16"} TavoNiievez](https://github.com/TavoNiievez) on 2025/11/13 08:09:32 / [Repository](https://github.com/Codeception/module-doctrine) / [Releases](https://github.com/Codeception/module-doctrine/releases)
@@ -498,6 +531,24 @@ Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16){:heigh
498531

499532

500533

534+
### lib-web 2.0.0: 2.0.0
535+
536+
Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16){:height="16" width="16"} github-actions[bot]](https://github.com/apps/github-actions) on 2025/09/04 11:39:54 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
537+
538+
539+
540+
# [2.0.0](https://github.com/Codeception/lib-web/compare/1.0.7...2.0.0) (2025-09-04)
541+
542+
543+
### Bug Fixes
544+
545+
* **ci:** correct branch name ([f901da6](https://github.com/Codeception/lib-web/commit/f901da66668ddaeb8bb9dd2b1e8b19dd83e96b99))
546+
547+
548+
549+
550+
551+
501552
### module-phpbrowser 3.0.2: 3.0.2
502553

503554
Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16){:height="16" width="16"} github-actions[bot]](https://github.com/apps/github-actions) on 2025/09/04 10:46:47 / [Repository](https://github.com/Codeception/module-phpbrowser) / [Releases](https://github.com/Codeception/module-phpbrowser/releases)
@@ -886,6 +937,18 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
886937
* Support PHPUnit 12 by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/module-redis/pull/21
887938

888939

940+
### lib-web 1.0.7: 1.0.7
941+
942+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2025/02/23 14:06:56 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
943+
944+
945+
946+
* Declare nullable parameter types explicitly for PHP 8.4 compatibility by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-web/pull/12
947+
* Test against PHP 8.4 by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-web/pull/13
948+
* Support PHPUnit 12 by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-web/pull/14
949+
950+
951+
889952
### Codeception 5.2.1: 5.2.1
890953

891954
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:height="16" width="16"} TavoNiievez](https://github.com/TavoNiievez) on 2025/02/20 15:01:00 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
@@ -1353,6 +1416,17 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
13531416
* Removed dependency on PHPUnit
13541417

13551418

1419+
### lib-web 1.0.6: 1.0.6
1420+
1421+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2024/02/06 20:50:54 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
1422+
1423+
1424+
1425+
* Support PHPUnit 11 by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/lib-web/pull/11
1426+
* Adding details to `grabAttributeFrom()` by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/10
1427+
1428+
1429+
13561430
### Codeception 5.1.0: 5.1.0
13571431

13581432
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2024/02/04 13:52:44 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
@@ -1373,6 +1447,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
13731447
* Support PHPUnit 11 by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/lib-innerbrowser/pull/67
13741448

13751449

1450+
### lib-web 1.0.5: 1.0.5
1451+
1452+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2024/01/13 11:56:59 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
1453+
1454+
1455+
1456+
* Fixing Markdown Code Syntax by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/9
1457+
1458+
13761459
### module-db 3.1.2: 3.1.2
13771460

13781461
Released by [![](https://avatars.githubusercontent.com/u/1256298?v=4&s=16){:height="16" width="16"} sergeyklay](https://github.com/sergeyklay) on 2024/01/12 08:19:37 / [Repository](https://github.com/Codeception/module-db) / [Releases](https://github.com/Codeception/module-db/releases)
@@ -1476,6 +1559,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
14761559
* Support symfony/finder v7
14771560

14781561

1562+
### lib-web 1.0.4: 1.0.4
1563+
1564+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/12/01 11:38:48 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
1565+
1566+
1567+
1568+
* Support Symfony 7 by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/lib-web/pull/8
1569+
1570+
14791571
### module-db 3.1.1: 3.1.1
14801572

14811573
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/12/01 11:34:57 / [Repository](https://github.com/Codeception/module-db) / [Releases](https://github.com/Codeception/module-db/releases)
@@ -1495,6 +1587,16 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
14951587
* Support Symfony 7.x by **[pfuhrmann](https://github.com/pfuhrmann)** in https://github.com/Codeception/lib-innerbrowser/pull/66
14961588

14971589

1590+
### lib-web 1.0.3: 1.0.3
1591+
1592+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/11/27 06:43:46 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
1593+
1594+
1595+
1596+
* Minor: Newer array syntax by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/6
1597+
1598+
1599+
14981600
### lib-innerbrowser 4.0.1: 4.0.1
14991601

15001602
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/11/16 16:25:42 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
@@ -1570,6 +1672,15 @@ Released by [![](https://avatars.githubusercontent.com/u/47294?v=4&s=16){:height
15701672
- [#88](https://github.com/Codeception/module-yii2/issues/88): Enable object override to InitDbFixture during FixturesStore initialization (@PoohOka)
15711673

15721674

1675+
### lib-web 1.0.2: 1.0.2
1676+
1677+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/04/18 20:33:22 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
1678+
1679+
1680+
1681+
* Mentioning `<html>` tag requirement by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/4
1682+
1683+
15731684
### module-doctrine2 3.0.3: 3.0.3
15741685

15751686
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2023/04/18 19:38:46 / [Repository](https://github.com/Codeception/module-doctrine2) / [Releases](https://github.com/Codeception/module-doctrine2/releases)
@@ -2362,6 +2473,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
23622473
* Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays
23632474

23642475

2476+
### lib-web 1.0.1: 1.0.1
2477+
2478+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2022/04/09 08:19:47 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
2479+
2480+
2481+
2482+
* Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays and match seeCheckboxIsChecked
2483+
2484+
23652485
### module-rest 2.0.2: 2.0.2
23662486

23672487
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="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)
@@ -2483,6 +2603,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
24832603

24842604

24852605

2606+
### lib-web 1.0.0: Initial release
2607+
2608+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2022/03/11 08:38:48 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
2609+
2610+
2611+
2612+
2613+
2614+
24862615
### lib-innerbrowser 3.0.1: 3.0.1
24872616

24882617
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2022/03/06 10:41:21 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)

0 commit comments

Comments
 (0)