CHANGELOG.md 1.04 KB
Newer Older
1 2 3
Yii Framework 2 mongodb extension Change Log
============================================

Qiang Xue committed
4 5 6 7 8 9
2.0.0 under development
-----------------------

- no changes in this release.


10 11
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
12

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


24 25
2.0.0-beta April 13, 2014
-------------------------
26 27

- Initial release.