CHANGELOG.md 871 Bytes
Newer Older
1 2 3
Yii Framework 2 mongodb extension Change Log
============================================

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #2337: `yii\mongodb\Collection::buildLikeCondition()` fixed to escape regular expression (klimov-paul)
8
- Bug #3385: Fixed "The 'connected' property is deprecated" (samdark)
Carsten Brandt committed
9
- Enh #3520: Added `unlinkAll()`-method to active record to remove all records of a model relation (NmDimas, samdark, cebe)
10
- Enh #3778: Gii generator for Active Record model added (klimov-paul)
11
- Enh #3947: Migration support added (klimov-paul)
12
- Enh #4048: Added `init` event to `ActiveQuery` classes (qiangxue)
Carsten Brandt committed
13
- Enh #4086: changedAttributes of afterSave Event now contain old values (dizews)
14
- Enh #4335: `yii\mongodb\log\MongoDbTarget` log target added (klimov-paul)
Qiang Xue committed
15 16


17 18
2.0.0-beta April 13, 2014
-------------------------
19 20

- Initial release.