Skip to content

Commit b993aaa

Browse files
committed
auto updated documentation
1 parent d3ffcdf commit b993aaa

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

changelog.markdown

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,43 @@ title: Codeception Changelog
77

88
# Changelog
99

10+
#### 2.0.3
11+
12+
* <strong>Symfony2</strong> Symfony3 directory structure implemented by <strong><a href="https://github.com/a6software">@a6software</a></strong> *2014-07-21*
13+
* Console: printing returned values *2014-07-21*
14+
* FIX: TAP and JSON logging should not be started when no option --json or --tap provided *2014-07-21*
15+
* <strong>Doctrine2</strong> FIXED: persisting transaction between Symfony requests *2014-07-19*
16+
* <strong>Symfony2</strong> created Symfony2 connector with persistent services *2014-07-19*
17+
* <strong>Doctrine2</strong> implemented haveInRepository method (previously empty) *2014-07-17*
18+
* When Cest fails <strong><a href="https://github.com/after">@after</a></strong> method wont be executed *2014-07-17*
19+
* <strong>Laravel4</strong> App is rebooted before each test. Fixes <a href="https://github.com/Codeception/Codeception/issues/1205">#1205</a> *2014-07-15*
20+
* FIX: `codeception/specify` is now available in phar *2014-07-14*
21+
* FIX: Interactive console works again *2014-07-09*
22+
* `_bootstrap.php` is now loaded before `beforeSuite` module hooks.
23+
* FIX: Suite `_bootstrap.php` was loaded after test run by <strong><a href="https://github.com/samdark">@samdark</a></strong> *2014-07-11*
24+
1025
#### 2.0.2
1126

12-
* [PhpBrowser][Frameworks] correctly send values when there are several submit buttons in a form by @TrustNik *2014-07-08*
13-
* [REST] fixed connection with framework modules *2014-07-06*
14-
* [PhpBrowser][Frameworks] `checkOption` now works for checkboxes with array[] name by @TrustNik
15-
* [PhpBrowser][Frameworks] FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by @TrustNik *2014-07-05*
16-
* [FTP] MODULE ADDED by @nathanmac *2014-07-05*
17-
* [WebDriver] Enabled remote upload of local files to remote selenium server by @motin *2014-07-05*
18-
* [Yii2][Yii1] disabled logging for better functional test performance
27+
* <strong>PhpBrowser</strong><strong>Frameworks</strong> correctly send values when there are several submit buttons in a form by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-08*
28+
* <strong>REST</strong> fixed connection with framework modules *2014-07-06*
29+
* <strong>PhpBrowser</strong><strong>Frameworks</strong> `checkOption` now works for checkboxes with array[] name by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong>
30+
* <strong>PhpBrowser</strong><strong>Frameworks</strong> FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-05*
31+
* <strong>FTP</strong> MODULE ADDED by <strong><a href="https://github.com/nathanmac">@nathanmac</a></strong> *2014-07-05*
32+
* <strong>WebDriver</strong> Enabled remote upload of local files to remote selenium server by <strong><a href="https://github.com/motin">@motin</a></strong> *2014-07-05*
33+
* <strong>Yii2</strong><strong>Yii1</strong> disabled logging for better functional test performance
1934

2035
#### 2.0.1
2136

22-
* [Phalcon1] Fixed connector
23-
* [WebDriver] added seeInPageSource and dontSeeInPageSource methods
24-
* [WebDriver] see method now checks only for visible BODY element by @artyfarty
25-
* [REST] added Bearer authentication by @dizews
37+
* <strong>Phalcon1</strong> Fixed connector
38+
* <strong>WebDriver</strong> added seeInPageSource and dontSeeInPageSource methods
39+
* <strong>WebDriver</strong> see method now checks only for visible BODY element by <strong><a href="https://github.com/artyfarty">@artyfarty</a></strong>
40+
* <strong>REST</strong> added Bearer authentication by <strong><a href="https://github.com/dizews">@dizews</a></strong>
2641
* removed auto added submit buttons in forms previously used as hook for DomCrawler
27-
* BUGFIX: PHP 5.4.x compatibility fixed. Sample error output: 'Method WelcomeCept.php does not exist' #1084 #1069 #1109
28-
* Second parameter of Cest method is treated as scenario variable on parse. Fix #1058
42+
* BUGFIX: PHP 5.4.x compatibility fixed. Sample error output: 'Method WelcomeCept.php does not exist' <a href="https://github.com/Codeception/Codeception/issues/1084">#1084</a> <a href="https://github.com/Codeception/Codeception/issues/1069">#1069</a> <a href="https://github.com/Codeception/Codeception/issues/1109">#1109</a>
43+
* Second parameter of Cest method is treated as scenario variable on parse. Fix <a href="https://github.com/Codeception/Codeception/issues/1058">#1058</a>
2944
* prints raw stack trace including codeception classes in -vvv mode
30-
* screenshots on fail are saved to properly named files #1075
31-
* [Symfony2] added debug config option to switch debug mode by @pmcjury
45+
* screenshots on fail are saved to properly named files <a href="https://github.com/Codeception/Codeception/issues/1075">#1075</a>
46+
* <strong>Symfony2</strong> added debug config option to switch debug mode by <strong><a href="https://github.com/pmcjury">@pmcjury</a></strong>
3247

3348
#### 2.0.0
3449

@@ -47,7 +62,7 @@ title: Codeception Changelog
4762

4863
#### 2.0.0-RC
4964

50-
* [WebDriver] makeScreenshot does not use filename of a test
65+
* <strong>WebDriver</strong> makeScreenshot does not use filename of a test
5166
* added `grabAttributeFrom`
5267
* seeElement to accept attributes in second parameter: seeElement('input',['name'=>'login'])
5368

@@ -64,4 +79,4 @@ title: Codeception Changelog
6479
* added options to set output files for xml, html reports, and coverage
6580
* added extension to rerun failed tests
6681
* webdriver upgraded to 0.4
67-
* upgraded to PHPUnit 4
82+
* upgraded to PHPUnit 4

0 commit comments

Comments
 (0)