Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
3.2.0 Release
Added:
- #186
ensureIndexes()
to make life a little easier for development.
3.1.6 Release
Fixed:
- #185 incorrect case for variable name in
ESubdocumentValidator
3.1.5 Release
3.1.4 Release
Fixed:
- #181 Composer classmap so that it once again loads all files but omits the
tests
folder correctly.
3.1.3 Release
Fixed:
- #181 composer classmap causing tests folder to load with the rest of Yii. There is currently no way to exclude folders so I have reverted the classmap fix from earlier.
3.1.2 Release
3.1.1 Release
Fixed:
- #176 BSON objects like
MongoId
being treated wrongly inEMongoCriteria
compare()
3.1.0 Release
Breaking Change:
- #171
collectionName()
to returnget_class($this)
as it does in Yii currently. This is normally of no consequence and would normally be a backward compatible change except some people may wonder why they no longer get empty collection errors when they don't define a collection name.
Fixed: