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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
#### 2.0.15
11
+
12
+
* <strong>[Phalcon1]</strong> Fixed getting has more than one field by <strong><ahref="https://github.com/sergeyklay">@sergeyklay</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2010">#2010</a>.
13
+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> Compute relative URIs against the effective request URI when there is a redirect. <ahref="https://github.com/Codeception/Codeception/issues/2058">#2058</a> <ahref="https://github.com/Codeception/Codeception/issues/2057">#2057</a>
14
+
* <strong>[PhpBrowser]</strong> Fixed Guzzle Connector headers by <strong><ahref="https://github.com/valeriyaslovikovskaya">@valeriyaslovikovskaya</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2028">#2028</a>
15
+
* <strong>[Symfony2]</strong> kernel is created for every test by <strong><ahref="https://github.com/quaninte">@quaninte</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2020">#2020</a>
16
+
* <strong>[WebDriver]</strong> Added WebDriver init settings `connection_timeout` and `request_timeout` by <strong><ahref="https://github.com/n8whnp">@n8whnp</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2065">#2065</a>
17
+
* <strong>[MongoDb]</strong> added ability to change the database by <strong><ahref="https://github.com/clarkeash">@clarkeash</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2015">#2015</a>
18
+
* <strong>[Doctrine2]</strong> Fixed issues after first request is made <ahref="https://github.com/Codeception/Codeception/issues/2025">#2025</a> <strong><ahref="https://github.com/AlexStansfield">@AlexStansfield</a></strong>
19
+
* <strong>[REST]</strong> Improved JsonArray to compare repeated values correctly by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2070">#2070</a>
20
+
* <strong>[MongoDb]</strong> Remove not necessary config fields `user` and `password` by <strong><ahref="https://github.com/nicklasos">@nicklasos</a></strong>
21
+
*`Stub::construct` can be used to set private/protected properties by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/2082">#2082</a>
22
+
* Fixed <strong><ahref="https://github.com/before">@before</a></strong> and <strong><ahref="https://github.com/after">@after</a></strong> hooks in Cest. _before method was executed on each call of method specified in <strong><ahref="https://github.com/before">@before</a></strong> annotation *2015-06-15*
23
+
* <strong>[Laravel5]</strong> Fix for domains in `route()` helper. See <ahref="https://github.com/Codeception/Codeception/issues/2000">#2000</a>. *2015-06-04*
24
+
* <strong>[REST]</strong> Fixed sending `JsonSerializable` object on POST by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong> and <strong><ahref="https://github.com/andersonamuller">@andersonamuller</a></strong>. See <ahref="https://github.com/Codeception/Codeception/issues/1988">#1988</a> <ahref="https://github.com/Codeception/Codeception/issues/1994">#1994</a>
25
+
* <strong>[MongoDb]</strong> escaped filename shell argument for loading MongoDB by <strong><ahref="https://github.com/christoph">@christoph</a></strong>-hautzinger. <ahref="https://github.com/Codeception/Codeception/issues/1998">#1998</a> *2015-06-03*
26
+
* <strong>[Lumen]</strong> **Module added** by <strong><ahref="https://github.com/janhenkgerritsen">@janhenkgerritsen</a></strong>
0 commit comments