Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
2.2.1 Release
beforeFind()
fixed and is now called: #111
2.2.0 Release
2.1.0 Release
This release which has undergone a couple of bugs fixes and some substantial cleaning of code:
- #108 protected variables are no longer accepted into the document cache and as such will not be saved to the database.
- #107
getAttributeLabel
used the old Yii code for getting related label names - #106 Comments and code cleanup by @Rathil including refactoring the EMongoCriteria class
- I did not follow semantic versioning when I added
findAllByPk
in 2.0.4 by bumping up a minor verison, fixed by bumping this to 2.1.0
Unit tests have passed for this release and it is considered for production environments.
As an added note, there will be future releases for code cleaning and documenting, this is the first; decided to push the changes out incrementally.
2.0.7 Release
Fix for count()
without $criteria
but with scope: #104
2.0.6
2.0.5
2.0.4
2.0.3 Release
findAllByPk()
added to EMongoDocument