Skip to content

Releases: Sammaye/MongoYii

2.5.1 Release

07 Oct 07:52
Compare
Choose a tag to compare

Added:

  • #143 making versioned documents easier to access

Next version:

  • #140 adding profiling abilities to the extension to match that of Yiis own active record

2.5.0 Release

04 Oct 14:26
Compare
Choose a tag to compare

Added:

  • #128 versioning of models
  • #138 EMongoLogRoute for replicating the basic logging abilities of Yiis own active record.

Fixed:

  • #139 inconsistencies with attributes in insert and update

2.4.0 Release

03 Oct 13:31
Compare
Choose a tag to compare

Fixed:

  • Fixing up the unit tests more: #134

Added:

2.3.1 Release

01 Oct 12:00
Compare
Choose a tag to compare

Added:

  • #133 scenario capacity for timestmap behaviour using onScenario() and notOnScenario(), on() and notOn() seemed vague and not very self descriptive in this sense.

Fixed:

  • #132 Unit tests made a lot cleaner and better and more robust, using more of PHPUnits capabilities and standards.
  • #131 Note about using urlManager with MongoYii added to the documentation.
  • #129 search() function creating a new model of it self

2.3.0 Release

27 Sep 11:19
Compare
Choose a tag to compare

I have decided to emphasize this fix by pushing it to a new minor version:

  • #125 stops using $set in update() if we are updating the whole document.

2.2.6 Release

27 Sep 10:57
Compare
Choose a tag to compare

Fixed some extra bugs:

  • #126 about beforeFind

The next version:

  • #125 will stop using $set in the update function if the entire document is being saved.

2.2.5 Release

27 Sep 08:52
Compare
Choose a tag to compare

This is a stepping stone release designed to give a milestone of functionality and a breaker for the next version would could potentially be quite a substantial change to how error handling works.

Fixes include:

  • EMongoDocument search function changes to bring it upto scratch with EMongoCriteria: #121
  • EMongoFile cleaning and updating including better following KISS and DRY paradigms and adding a __call to get functions on the MongoGridFSFile object. Also fixed the save function so that the MongoGridFSFile was populated correctly: #122

2.2.4 Release

18 Sep 08:16
Compare
Choose a tag to compare
  • Fixed where saveAttributes was overwriting document on update: #120

2.2.3 Release

10 Sep 10:58
Compare
Choose a tag to compare

This is a version bump for the documentation changes made, designed for contributor usage.

There are no actual code changes.

2.2.2 Release

09 Sep 13:54
Compare
Choose a tag to compare
  • Fixed handling array of MongoIds in EMongoIdValidator: #116