Yii Framework 2 mongodb extension Change Log
2.0.0-rc under development
- Bug #2337:
yii\mongodb\Collection::buildLikeCondition()
fixed to escape regular expression (klimov-paul) - Bug #3385: Fixed "The 'connected' property is deprecated" (samdark)
- Enh #3520: Added
unlinkAll()
-method to active record to remove all records of a model relation (NmDimas, samdark, cebe) - Enh #3778: Gii generator for Active Record model added (klimov-paul)
- Enh #3947: Migration support added (klimov-paul)
- Enh #4048: Added
init
event toActiveQuery
classes (qiangxue) - Enh #4086: changedAttributes of afterSave Event now contain old values (dizews)
- Enh #4335:
yii\mongodb\log\MongoDbTarget
log target added (klimov-paul)
2.0.0-beta April 13, 2014
- Initial release.