CHANGELOG.md 799 Bytes
Newer Older
1 2 3
Yii Framework 2 Codeception extension Change Log
================================================

4 5 6 7 8 9
2.0.3 under development
-----------------------

- no changes in this release.


Qiang Xue committed
10 11
2.0.2 January 11, 2015
----------------------
Qiang Xue committed
12 13 14 15

- no changes in this release.


Qiang Xue committed
16
2.0.1 December 07, 2014
Qiang Xue committed
17 18 19 20 21
-----------------------

- no changes in this release.


Qiang Xue committed
22 23
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
24 25 26 27

- no changes in this release.


28 29
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
30 31 32 33

- no changes in this release.


34 35
2.0.0-beta April 13, 2014
-------------------------
36

Qiang Xue committed
37
- Initial release.
Carsten Brandt committed
38 39 40
- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
- New #1956: Implemented test fixture framework (qiangxue)
- New: Added yii\codeception\DbTestCase (qiangxue)