Releases: matryoshka-model/mongo-wrapper
Releases · matryoshka-model/mongo-wrapper
v0.8.1
v0.8.0
- Pairing with Matryoshka v.0.8.0.
- Improved ActiveRecordCriteria empty _id handling
- Hydrator strategies now use
NullableStrategyInterface
- Improved MongoCollectionMockProxy for tests
- [BC] Deprecationg "saveOptions" in favor of "mongoOptions"
- [BC] Forced "justOne" options for isolatedRemove
v0.7.0
v0.6.0
- PSR4
- Isolated criteria: perform an isolated sequence of operations (i.e., isolation)
- Isolated\ActiveRecordCriteria (follows "update if current" pattern)
- Improved pagination adapter
- Improved criterias:
- ActiveRecordCriteria
- FindAllCriteria (support for field projection, pagination, and orderBy)
- Added tested support to php-mongo-ext up to version 1.5.8
- MongoBinDataStrategy added
v0.5.0
- Dependency system improved (last stable depends on mastryoshka last stable, develop depends on matryoshka develop alias)
- Deprecated
AbstractMongoObject
in favor of matryoshkaAbstractActiveRecord
HydratingResultSet
improved in order to handle$foundOnly
parameter ofMongoCursor::count()
- Fixed default constructor parameter in
ClassMethods
hydrator