Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
8.3.2
Fixed
- #274
EMongoExistValidator
not using criteria parameter
8.3.1
Fixed:
- #271 Default parameter value for map reduce
$out
8.2.0
Added:
- #260 ability to use dot notation within relation
on
definition in active record models to pick fields out of structures, for example: author.id
will use the id
field in the author field. It supports both single structure (1D) and multiple row structure (2D)
8.1.8
Fixed:
- Using
EMongoUniqueValidator
on _id
meant that it never detected duplicates: #258
8.1.7
Fixed:
- #254
EMongoSort
not being applied to EMongoDataProvider
correctly
8.1.4
Fixed:
- #249 cache fix for when the cache record does not exist
- #252 empty query fix for certain driver versions
- #253 documentation fix for code documentation within the readme
8.1.3
Fixed:
- #247
EMongoCache
can now be used with COutputCache
- #249 Fixed where
$record
was not set in EMongoDocument
8.1.2
Fixed:
- #244 typo in documentation
- #245
regenerateID
errors within session handler
- #246
MongoDBRef
based relations returning errors when there is no data to return
8.1.1
Fixed:
- #237 position of
resetScope()
for findOne()