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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,30 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
#### 2.1.6
11
+
12
+
* Starting from 2.1.6 you can **download PHP 5.4 compatible phar build** at http://codeception.com/php54/codecept.phar by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>. See [installation guide](http://codeception.com/install).
13
+
* <strong>[WebDriver]</strong> Fixed uploading files with **PhantomJS** <ahref="https://github.com/Codeception/Codeception/issues/1823">#1823</a> by <strong><ahref="https://github.com/DavertMik">@DavertMik</a></strong> and <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>. Please specify your browser name as `phantom` in WebDriver config in order to use PhantomJS-specific hooks.
14
+
* Fixed parsing PHP files with spaces in name on PHP<7 by <strong><ahref="https://github.com/acuthbert">@acuthbert</a></strong>. Fixes <ahref="https://github.com/Codeception/Codeception/issues/2647">#2647</a>
15
+
* <strong>[WebDriver]</strong> Fixed proxy error when using with Chrome <ahref="https://github.com/Codeception/Codeception/issues/2651">#2651</a> by <strong><ahref="https://github.com/vaikla">@vaikla</a></strong>
16
+
* <strong>[Laravel5]</strong> Allow Laravel5 application URL to be set through config. By <strong><ahref="https://github.com/gmhenderson">@gmhenderson</a></strong>. See <ahref="https://github.com/Codeception/Codeception/issues/2676">#2676</a>
17
+
* <strong>[Laravel5]</strong> Mocked events should also return an array. Fix by <strong><ahref="https://github.com/devinfd">@devinfd</a></strong>
18
+
* Fixed using codecoverage with environments <ahref="https://github.com/Codeception/Codeception/issues/2634">#2634</a>
19
+
* Various HHVM improvements by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>, for instance, Asserts module issues has been fixed.
20
+
* <strong>[REST]</strong> Fixes <ahref="https://github.com/Codeception/Codeception/issues/2775">#2775</a> `seeResponseJsonMatchesXpath` when JSON contains ampersand. By <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>.
21
+
* <strong>[Filesystem]</strong> Added `seeNumberNewLines` method to check the number of new lines in opened file. By <strong><ahref="https://github.com/sergeyklay">@sergeyklay</a></strong>
22
+
* <strong>[Symfony2]</strong> Added `seeCurrentRouteMatches` action by <strong><ahref="https://github.com/laszlo">@laszlo</a></strong>-karpati See <ahref="https://github.com/Codeception/Codeception/issues/2665">#2665</a>
23
+
* <strong>[Sequence]</strong> Added `sqs` function to generate unique sequences per suite. <ahref="https://github.com/Codeception/Codeception/issues/2766">#2766</a> by <strong><ahref="https://github.com/johnatannvmd">@johnatannvmd</a></strong>
24
+
* <strong>[FTP]</strong> Fixed various bugs by <strong><ahref="https://github.com/k">@k</a></strong>-serenade. See <ahref="https://github.com/Codeception/Codeception/issues/2755">#2755</a>
25
+
* <strong>[Frameworks]</strong><strong>[PhpBrowser]</strong> Fixed <ahref="https://github.com/Codeception/Codeception/issues/2733">#2733</a>: `seeOptionIsSelected` sees first option as selected if none is selected by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>
26
+
* <strong>[Symfony2]</strong> Removed 'localhost' from getInternalDomains by <strong><ahref="https://github.com/Naktibalda">@Naktibalda</a></strong>. Fixed <ahref="https://github.com/Codeception/Codeception/issues/2717">#2717</a>
27
+
* Bugfix for using groups by directory on Windows by <strong><ahref="https://github.com/tortuetorche">@tortuetorche</a></strong> See <ahref="https://github.com/Codeception/Codeception/issues/2550">#2550</a> and <ahref="https://github.com/Codeception/Codeception/issues/2551">#2551</a>
28
+
* <strong>[REST]</strong> Fixed failed message for `seeHttpHeader` and `dontSeeHttpHeader` from null to expected value <ahref="https://github.com/Codeception/Codeception/issues/2697">#2697</a> by <strong><ahref="https://github.com/zondor">@zondor</a></strong>
29
+
* <strong>[REST]</strong> Added methods to control redirect: `stopFollowingRedirects` and `startFollowingRedirects` by <strong><ahref="https://github.com/brutuscat">@brutuscat</a></strong>
30
+
*[Recorder Extension] Added `animate_slides` config to disable left-right sliding animation between screenshots by <strong><ahref="https://github.com/vml">@vml</a></strong>-rmott
0 commit comments