Skip to content

Releases: Sammaye/MongoYii

2.2.1 Release

04 Sep 13:49
Compare
Choose a tag to compare
  • beforeFind() fixed and is now called: #111

2.2.0 Release

30 Aug 07:19
Compare
Choose a tag to compare

This release includes:

  • An alias for project in the EMongoCriteria which allows for the binding on select as well: #110
  • More code cleanup by @Rathil : #109

All Unit tests are passing.

2.1.0 Release

28 Aug 20:24
Compare
Choose a tag to compare

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

25 Aug 10:11
Compare
Choose a tag to compare

Fix for count() without $criteria but with scope: #104

2.0.6

16 Aug 07:16
Compare
Choose a tag to compare
  • Made saveCounters() upper and lower limits inclusive f2500ad

2.0.5

15 Aug 15:23
Compare
Choose a tag to compare
  • Added lower and upper limit abilities for saveCounters() 7a875f9

2.0.4

15 Aug 14:29
Compare
Choose a tag to compare

This is a final to 2.0.3.

  • Added MongoId compatibility to findAllByPk
  • Added test for findAllByPk

Please ignore 2.0.3 and use this one.

2.0.3 Release

15 Aug 14:01
Compare
Choose a tag to compare

findAllByPk() added to EMongoDocument