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

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

- no changes in this release.


Qiang Xue committed
10
2.0.1 December 07, 2014
Qiang Xue committed
11 12
-----------------------

13
- Bug #6026: Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty (klimov-paul)
Alexander Makarov committed
14
- Enh #3855: Added debug toolbar panel for MongoDB (klimov-paul)
15
- Enh #5592: Added support for 'findAndModify' operation at `yii\mongodb\Query` and `yii\mongodb\ActiveQuery` (klimov-paul)
Qiang Xue committed
16 17


Qiang Xue committed
18 19
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
20

21
- Bug #5303: Fixed `yii\mongodb\Collection` unable to fetch default database name from DSN with parameters (klimov-paul)
22
- Bug #5411: Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` (klimov-paul)
Qiang Xue committed
23 24


25 26
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
27

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


39 40
2.0.0-beta April 13, 2014
-------------------------
41 42

- Initial release.