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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,28 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
11
+
#### 2.0.12
12
+
13
+
* <strong>[Laravel5]</strong> Fix for undefined method `Symfony\Component\HttpFoundation\Request::route()` by <strong><ahref="https://github.com/janhenkgerritsen">@janhenkgerritsen</a></strong>
14
+
* <strong>[Yii2]</strong> Fix https support and verbose output added by <strong><ahref="https://github.com/TriAnMan">@TriAnMan</a></strong> See <ahref="https://github.com/Codeception/Codeception/issues/1770">#1770</a>
15
+
* <strong>[Yii2]</strong> `haveRecord` to insert insert unsafe attributes by <strong><ahref="https://github.com/nkovacs">@nkovacs</a></strong>. Fixes <ahref="https://github.com/Codeception/Codeception/issues/1775">#1775</a>
16
+
* <strong>[Asserts]</strong> `assertSame` and `assertNotSame` added by <strong><ahref="https://github.com/hidechae">@hidechae</a></strong> *2015-04-03*
17
+
* <strong>[Laravel5]</strong> Add `packages` option for application packages by <strong><ahref="https://github.com/jonathantorres">@jonathantorres</a></strong> <ahref="https://github.com/Codeception/Codeception/issues/1782">#1782</a>
18
+
* <strong>[PhpBrowser]</strong><strong>[WebDriver]</strong><strong>[Frameworks]</strong> `seeInFormFields` method added for checking multiple form field values. See <ahref="https://github.com/Codeception/Codeception/issues/1795">#1795</a> *2015-04-03*
19
+
* <strong>[ZF2]</strong> Fixed setting Content-Type header by <strong><ahref="https://github.com/Gorp">@Gorp</a></strong> See <ahref="https://github.com/Codeception/Codeception/issues/1796">#1796</a> *2015-04-03*
20
+
* <strong>[Yii2]</strong> Pass body request into yii2 request, allowing to send Xml payload by <strong><ahref="https://github.com/m8rge">@m8rge</a></strong>. See <ahref="https://github.com/Codeception/Codeception/issues/1806">#1806</a>
21
+
* Fixed conditional assertions firing TEST_AFTER event by <strong><ahref="https://github.com/zbateson">@zbateson</a></strong>. Issues <ahref="https://github.com/Codeception/Codeception/issues/1647">#1647</a> <ahref="https://github.com/Codeception/Codeception/issues/1354">#1354</a> and <ahref="https://github.com/Codeception/Codeception/issues/1111">#1111</a> *2015-04-03*
22
+
* Fixing mocking Laravel models by removing `__mocked` property in classes created with Stub by <strong><ahref="https://github.com/EVODelavega">@EVODelavega</a></strong> See <ahref="https://github.com/Codeception/Codeception/issues/1785">#1785</a> *2015-04-03*
23
+
* <strong>[WebDriver]</strong> `submitForm` allows array parameter values by <strong><ahref="https://github.com/zbateson">@zbateson</a></strong> *2015-04-03*
24
+
* <strong>[SOAP]</strong> Added `framework_collect_buffer` option to disable buffering output by <strong><ahref="https://github.com/Noles">@Noles</a></strong> *2015-04-03*
25
+
* <strong>[Laravel4]</strong> added to run artisan commands by <strong><ahref="https://github.com/bgetsug">@bgetsug</a></strong> *2015-04-03*
26
+
* <strong>[AMQP]</strong> add a routing key to a push to exchange by <strong><ahref="https://github.com/jistok">@jistok</a></strong> *2015-04-03*
27
+
* Interactive console updated to work with namespaces by <strong><ahref="https://github.com/jistok">@jistok</a></strong> *2015-04-03*
28
+
* <strong>[PhpBrowser]</strong> added deleteHeader method by <strong><ahref="https://github.com/zbateson">@zbateson</a></strong> *2015-04-03*
29
+
* Disabling loading of bootstrap files by setting `bootstrap: false` in globall settings or inside suite config. Fixes <ahref="https://github.com/Codeception/Codeception/issues/1813">#1813</a> *2015-04-03*
0 commit comments