Php Mongo Versions Save

MongoDB ODM. Part of @PHPMongoKit

1.23.1

4 years ago
  • Allow rename fields

1.23.0

5 years ago
  • Method to rename collection

1.22.4

6 years ago

Allow installation of event dispatcher < 5.0

1.22.3

6 years ago

Remove requirement of old ext-mongo.

1.22.2

6 years ago
  • Add $elemMatch to projection argument of Cursor
  • Cursor methods findOne, findAll, findRandom deprecated, use one, all and random respectively;
  • Allow pass filter to docker tests

1.22.1

6 years ago

Document's afterConstruct event triggered with document instance

1.22

6 years ago
  • Cache now compatible with PSR-16;
  • Cache setters now return bool instead of exceptions to be compatible with PSR-16;
  • Cache::setNeverExpired and Cache::setDueDate now deprecated. Use Cache::set instead;

1.21.5

6 years ago

Fix searching documents with regex #148

1.21.4

6 years ago

create collection with empty options

1.21.2

6 years ago

Allow specify validator while create collection