Releases: Sammaye/mongoyii-php7
Releases · Sammaye/mongoyii-php7
2.0.5
Bug fix:
- #34 Deprecated Arguments in mapreduce
2.0.4
Fix:
- #33 testing for floats in
compare
2.0.1
Fix:
- #25 BSON encode in the
Model
class
2.0.0
BC Breaking:
- #17 Query class has changed how it uses databases, it should be invisible to 99% of use cases but please be aware that there are some cases it could cause breakage
Fixed:
- #23
Database
was not returning the correct Collection
object for use in the extension
- #15 Database name not set correctly
1.1.4
Fixed:
- #16 Setting DB Criteria object correctly
1.1.3
Fixed:
- #14 Some how using
getDbConnection()
from my old code
1.1.2
Fix:
- Problems with class loading #13
1.1.1
Fixed:
- #12
findOne
not merging filters correctly