Skip to content

Releases: Sammaye/MongoYii

8.3.2

10 Dec 13:38
Compare
Choose a tag to compare

Fixed

  • #274 EMongoExistValidator not using criteria parameter

8.3.1

06 Sep 08:53
Compare
Choose a tag to compare

Fixed:

  • #271 Default parameter value for map reduce $out

8.3.0

31 Jul 10:30
Compare
Choose a tag to compare

Added:

  • #269 findAndModify

8.2.0

29 Feb 11:43
Compare
Choose a tag to compare

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

27 Jan 11:00
Compare
Choose a tag to compare

Fixed:

  • Using EMongoUniqueValidator on _id meant that it never detected duplicates: #258

8.1.7

03 Oct 21:38
Compare
Choose a tag to compare

Fixed:

  • #254 EMongoSort not being applied to EMongoDataProvider correctly

8.1.4

24 Jul 19:18
Compare
Choose a tag to compare

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

24 Mar 09:20
Compare
Choose a tag to compare

Fixed:

  • #247 EMongoCache can now be used with COutputCache
  • #249 Fixed where $record was not set in EMongoDocument

8.1.2

25 Feb 21:45
Compare
Choose a tag to compare

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

18 Nov 08:49
Compare
Choose a tag to compare

Fixed:

  • #237 position of resetScope() for findOne()