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

Qiang Xue committed
4 5 6
2.0.1 under development
-----------------------

Alexander Makarov committed
7
- Enh #3855: Added debug toolbar panel for MongoDB (klimov-paul)
Qiang Xue committed
8 9


Qiang Xue committed
10 11
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
12

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


17 18
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
19

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


31 32
2.0.0-beta April 13, 2014
-------------------------
33 34

- Initial release.