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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ title: Codeception Changelog
24
24
***[Fixtures]** Cleanup by name **[soupli](https://github.com/soupli)**
25
25
* GroupManager throws exception if path used in group configuration does not exist.
26
26
* GroupManager supports absolute and backtracking (..) paths in group files.
27
+
27
28
#### 3.1.2
28
29
29
30
***[Doctrine2]** Support non-entity doctrine **[id](https://github.com/id)** on the haveInRepository debug message by **[Basster](https://github.com/Basster)**
* Improved file path detection for groups [#5609](https://github.com/Codeception/Codeception/issues/5609) by **[adaniloff](https://github.com/adaniloff)**
86
87
* Shortened error output of unexpected exit to one line by **[Slamdunk](https://github.com/Slamdunk)**
87
88
* Fixed composer.json of codeception/base package
89
+
88
90
#### 3.0.3
89
91
- **[Laravel5]** Add `make` and `makeMultiple` methods for generating model instance by **[ibpavlov](https://github.com/ibpavlov)**
90
92
- **[Lumen]** Add `make` and `makeMultiple` methods for generating model instance by **[ibpavlov](https://github.com/ibpavlov)**
* Recorder Extension: Added timestamp information with `include_microseconds` config option. By **[OneEyedSpaceFish](https://github.com/OneEyedSpaceFish)**.
148
150
* **[REST]** Fixed sending request with duplicated slash with endpoint + URL. By **[nicholascus](https://github.com/nicholascus)**
149
151
* **[Db]** Remove generateWhereClause method from SqlSrv to be compatible with other drivers. By **[Naktibalda](https://github.com/Naktibalda)**
152
+
150
153
#### 2.5.6
151
154
152
155
* **[WebDriver]** Fixed `loadSessionSnapshot` with php-webdriver 1.1.3 by **[Naktibalda](https://github.com/Naktibalda)**.
* Added ext-curl to the composer require section by **[siad007](https://github.com/siad007)**
258
261
* Make `coverage: show_only_summary` configurable. See [#5142](https://github.com/Codeception/Codeception/issues/5142) by **[Quexer69](https://github.com/Quexer69)**
259
262
* Ensure php extension `mbstring` is available by **[siad007](https://github.com/siad007)**. Fixes [#4575](https://github.com/Codeception/Codeception/issues/4575)
263
+
260
264
#### 2.4.5
261
265
262
266
* Fixed PHPUnit 7.2 compatibility.
@@ -558,7 +562,6 @@ codecept run --ext DotReporter
558
562
* Configuration changes: `actor` replaced with `actor_suffix` in global config
559
563
* Configuration changes: `class_name` replaced with `actor` in suite config
560
564
561
-
562
565
#### 2.2.12
563
566
564
567
* Don't skip other tests after a failed test [#4226](https://github.com/Codeception/Codeception/issues/4226) by **[Naktibalda](https://github.com/Naktibalda)**
@@ -955,6 +958,7 @@ extensions:
955
958
* **[Sequence]** Changed the prefix value. Generated sequences to include id inside a prefix: `sq('user1') => 'user1_876asd8as87a'. Added `prefix` config option.
956
959
* Deprecation errors won't fail tests but will be printed.
957
960
* Official [Docker image](https://hub.docker.com/r/codeception/codeception/) introduced by **[schmunk42](https://github.com/schmunk42)**
961
+
958
962
#### 2.1.11
959
963
960
964
* **[Yii1]** Improved Yii connector. AR metadata is cleaned up between requests. `regenerateId` of session is disabled.
@@ -1210,7 +1214,9 @@ extensions:
1210
1214
* Official extensions moved to `ext` dir; Base Extension class renamed to `Codeception\Extension`
1211
1215
* Duplicate environment options won't cause Codeception to run environment tests twice
1212
1216
* **[Phalcon1]** `haveServiceInDi` method implemented by **[sergeyklay](https://github.com/sergeyklay)**
1213
-
* **[Db]** `seeNumRecords` method added by **[sergeyklay](https://github.com/sergeyklay)**#### 2.0.15
1217
+
* **[Db]** `seeNumRecords` method added by **[sergeyklay](https://github.com/sergeyklay)**
1218
+
1219
+
#### 2.0.15
1214
1220
1215
1221
* **[Phalcon1]** Fixed getting has more than one field by **[sergeyklay](https://github.com/sergeyklay)** [#2010](https://github.com/Codeception/Codeception/issues/2010).
1216
1222
* [PhpBrowser][Frameworks] Compute relative URIs against the effective request URI when there is a redirect. [#2058](https://github.com/Codeception/Codeception/issues/2058) [#2057](https://github.com/Codeception/Codeception/issues/2057)
0 commit comments