mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
updated change log [skip ci]
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
Yii Framework 2 Codeception extension Change Log
|
||||
================================================
|
||||
|
||||
- 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)
|
||||
|
||||
|
||||
2.0.0 beta under development
|
||||
----------------------------
|
||||
|
||||
|
||||
@ -84,6 +84,7 @@ Yii Framework 2 Change Log
|
||||
- Enh: `init` of advanced application now allows to specify answer for overwriting files via `init --overwrite=n` (samdark)
|
||||
- Enh: Added `TableSchema::fullName` property (qiangxue)
|
||||
- Enh #1839: Added support for getting file extension and basename from uploaded file (anfrantic)
|
||||
- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
|
||||
- Chg #1519: `yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application (qiangxue)
|
||||
- Chg #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default (qiangxue)
|
||||
- Chg #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected (qiangxue)
|
||||
@ -106,7 +107,10 @@ Yii Framework 2 Change Log
|
||||
- New #66: [Auth client library](https://github.com/yiisoft/yii2-authclient) OpenId, OAuth1, OAuth2 clients (klimov-paul)
|
||||
- New #1393: [Codeception testing framework integration](https://github.com/yiisoft/yii2-codeception) (Ragazzo)
|
||||
- New #1438: [MongoDB integration](https://github.com/yiisoft/yii2-mongodb) ActiveRecord and Query (klimov-paul)
|
||||
- New #1956: Implemented test fixture framework (qiangxue)
|
||||
- New: Yii framework now comes with core messages in multiple languages
|
||||
- New: Added yii\codeception\DbTestCase (qiangxue)
|
||||
|
||||
|
||||
2.0.0 alpha, December 1, 2013
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user