Releases: sokil/php-mongo
Releases · sokil/php-mongo
1.10.10
- Allow configure aggregation pipelines through callable in Collection::aggregate() method
- Collection::createPipeline() deprecated since 1.10.10, use callable in Collection::aggregate()
- Query hash, useful for comparing two query objects or caching
1.9.0
Implemented document versioning
1.8.5
Improve document pool usage
1.7.0
- Incompartible change: now validator method must call Document::addError() instead of returning booleand validate status
- Allow to create validator classes
1.6.3
- Many-to-many
- Pluck
- Finding result type definition changed
1.3.3
refactoring, improves and code coverage