Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
5.0.0
4.2.0
4.1.0
4.0.3
This is the last release before the fixing of: #169 whereby relations will by default load eagerly and be cached in arrays within the models. The next release, featuring this fix, will be pushed to a 5.0 tag as it will be a breaking change.
PLEASE ENSURE YOU HAVE ACCOUNTED FOR THIS CHANGE IN YOUR CODE.
Fixed:
- #203 aggregate helper not using the models database connection.
4.0.2
4.0.1
4.0.0
Changed:
- #197 The way
__get
returns exceptions. It will now return exceptions under certain cases when child function return exceptions of their own. This does not effect the schemaless nature of MongoYii however it does mean that exceptions might be thrown where they were not before. Since this is not backwards compatible with previous functionality this release has been pushed to a new major, however, it is not really that major a change.
3.5.0
3.4.0
3.3.0 Release
Added:
- #192 a
strict
parameter for theEMongoSubdocumentValidator
to allow it to not care about model rules when returning fields.