Skip to content

Releases: Sammaye/MongoYii

3.2.0 Release

09 Jan 08:51
Compare
Choose a tag to compare

Added:

  • #186 ensureIndexes() to make life a little easier for development.

3.1.6 Release

30 Dec 22:47
Compare
Choose a tag to compare

Fixed:

  • #185 incorrect case for variable name in ESubdocumentValidator

3.1.5 Release

21 Dec 16:34
Compare
Choose a tag to compare

Fixed:

  • #183 default scope getting reset on findOne
  • #184 CFilterValidator not working on subdocuments

3.1.4 Release

18 Dec 22:33
Compare
Choose a tag to compare

Fixed:

  • #181 Composer classmap so that it once again loads all files but omits the tests folder correctly.

3.1.3 Release

12 Dec 22:30
Compare
Choose a tag to compare

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

10 Dec 17:53
Compare
Choose a tag to compare

Fixed:

  • #179 problem with the return of getError() returning array() instead of null on no error.
  • #182 problem with autoloading relations using a custom $where on call of getRelated()

3.1.1 Release

04 Dec 14:04
Compare
Choose a tag to compare

Fixed:

  • #176 BSON objects like MongoId being treated wrongly in EMongoCriteria compare()

3.1.0 Release

03 Dec 08:41
Compare
Choose a tag to compare

Breaking Change:

  • #171 collectionName() to return get_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:

  • #171 Model bugs
  • #172 Added composer classmap for autoloading
  • #173 boolean fix for search in EMongoDocument
  • #174 Make behaviours work with EMongoClient
  • #175 Documentation Error

2.9.3 Release

28 Nov 08:40
Compare
Choose a tag to compare

Fixed:

  • #167 Small typo for instanceof in EMongoFile
  • #166 refactoring of existing code
  • #168 Made getPrimaryKey() run for inserts as well
  • #165 bug with empty DBCriteria

2.9.2 Release

14 Nov 15:32
Compare
Choose a tag to compare
  • Made EMongoSession take advantage of upsert for certain operations: #160
  • Added improved profiling that is now fully compatible with YiiDebugToolbar and upto scratch with Yiis own: #161