Skip to content

Releases: sokil/php-mongo

1.23.1

08 Jul 20:11
Compare
Choose a tag to compare
  • Allow rename fields

1.23.0

04 Nov 15:09
Compare
Choose a tag to compare
  • Method to rename collection

1.22.4

05 Dec 08:26
eae6730
Compare
Choose a tag to compare

Allow installation of event dispatcher < 5.0

1.22.3

22 Nov 04:57
dedd34e
Compare
Choose a tag to compare

Remove requirement of old ext-mongo.

1.22.2

10 Nov 21:43
Compare
Choose a tag to compare
  • 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

02 Nov 20:16
Compare
Choose a tag to compare

Document's afterConstruct event triggered with document instance

1.22

12 Aug 21:57
Compare
Choose a tag to compare
  • 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

20 Jun 20:20
Compare
Choose a tag to compare

Fix searching documents with regex #148

1.21.4

15 Jun 13:53
Compare
Choose a tag to compare

create collection with empty options

1.21.2

14 Jun 13:39
Compare
Choose a tag to compare

Allow specify validator while create collection