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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,25 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
#### 2.2.4
11
+
12
+
* Improved using complex params, nested params can be set using dot (`.`). See [#3339](https://github.com/Codeception/Codeception/issues/3339)
13
+
***[Yii2]** Mailer mock is now configured with options that make sense for it. Fixes [#3382](https://github.com/Codeception/Codeception/issues/3382)
14
+
***[Yii2]** Fixed creating `@webroot` directory on running functional tests. See [#3387](https://github.com/Codeception/Codeception/issues/3387)
15
+
***[Yii2]** Fixed regression in Yii 2 connector not allowing to work with output of error pages in functional tests. Fixes [#3332](https://github.com/Codeception/Codeception/issues/3332)
16
+
***[Mongo]** support of standard mongodump/mongorestore tools to populate mongo db database. Thanks **[GSokol](https://github.com/GSokol)**. Fixes [#3427](https://github.com/Codeception/Codeception/issues/3427)
17
+
***[REST]**`seeResponseIsJson` fails when response is empty. See [#3401](https://github.com/Codeception/Codeception/issues/3401), closes [#3400](https://github.com/Codeception/Codeception/issues/3400)
18
+
***[AMQP]** Added `purgeQueue` and `purgeAllQueues` actions. By **[niclopez](https://github.com/niclopez)**
19
+
***[DataFactory]**`haveMultiple` fixed; corrected the order of arguments in `FactoryMuffin->seed`. See [#3413](https://github.com/Codeception/Codeception/issues/3413) by **[buffcode](https://github.com/buffcode)**
20
+
***[SOAP]** Improved error reporting by **[eXorus](https://github.com/eXorus)** See [#3426](https://github.com/Codeception/Codeception/issues/3426)[#3422](https://github.com/Codeception/Codeception/issues/3422)
21
+
***[SOAP]** Added `SOAPAction` config param to unset `SOAPAction` header in SOAP >= 1.2. See [#3396](https://github.com/Codeception/Codeception/issues/3396)
22
+
***[REST]** fixed digest authentication. See [#3416](https://github.com/Codeception/Codeception/issues/3416)
23
+
***[Laravel5]** Fixed an issue with error handling for Laravel 5.3. See [#3420](https://github.com/Codeception/Codeception/issues/3420). By **[bonsi](https://github.com/bonsi)**.
24
+
***[Laravel5]** Fixed an issue with uploaded files. See [#3417](https://github.com/Codeception/Codeception/issues/3417). By **[torkiljohnsen](https://github.com/torkiljohnsen)**.
25
+
***[ZF2]** Support for zend-mvc 3.0
26
+
***[Db]** Error is thrown if SQLite memory is used. [#3319](https://github.com/Codeception/Codeception/issues/3319)
27
+
***[Frameworks]**`REQUEST_TIME` server variable to be set on request. By **[gimler](https://github.com/gimler)**. Fixes [#3374](https://github.com/Codeception/Codeception/issues/3374)
28
+
10
29
#### 2.2.3
11
30
12
31
***[Yii2]** Improvements:
@@ -20,6 +39,7 @@ title: Codeception Changelog
20
39
* added `seeEmailIsSent`, `grabLastSentEmail`, etc and email part.
21
40
* assetManager disabled for unit/functional tests.
22
41
* Fixed `@example` to `@group` defined in group files. By **[eXorus](https://github.com/eXorus)**. Fixes [#3278](https://github.com/Codeception/Codeception/issues/3278)
42
+
* Added `ReqiuiresPackage` interface to set external dependencies for modules.
23
43
* Fixed timing values in output. Closes [#3331](https://github.com/Codeception/Codeception/issues/3331)
0 commit comments