Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
2.5.1 Release
2.5.0 Release
2.4.0 Release
Fixed:
- Fixing up the unit tests more: #134
Added:
populateRecords()
function has been added which replicates Yiis own: http://www.yiiframework.com/doc/api/1.1/CActiveRecord/#populateRecords-detail
2.3.1 Release
Added:
- #133 scenario capacity for timestmap behaviour using
onScenario()
andnotOnScenario()
,on()
andnotOn()
seemed vague and not very self descriptive in this sense.
Fixed:
2.3.0 Release
I have decided to emphasize this fix by pushing it to a new minor version:
- #125 stops using
$set
inupdate()
if we are updating the whole document.
2.2.6 Release
2.2.5 Release
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 withEMongoCriteria
: #121EMongoFile
cleaning and updating including better following KISS and DRY paradigms and adding a__call
to get functions on theMongoGridFSFile
object. Also fixed the save function so that theMongoGridFSFile
was populated correctly: #122
2.2.4 Release
- Fixed where saveAttributes was overwriting document on update: #120
2.2.3 Release
This is a version bump for the documentation changes made, designed for contributor usage.
There are no actual code changes.
2.2.2 Release
- Fixed handling array of
MongoId
s inEMongoIdValidator
: #116