Skip to content

Releases: sokil/php-mongo

1.23.1

Choose a tag to compare

@sokil sokil released this 08 Jul 20:11
  • Allow rename fields

1.23.0

Choose a tag to compare

@sokil sokil released this 04 Nov 15:09
  • Method to rename collection

1.22.4

Choose a tag to compare

@sokil sokil released this 05 Dec 08:26
eae6730

Allow installation of event dispatcher < 5.0

1.22.3

Choose a tag to compare

@sokil sokil released this 22 Nov 04:57
dedd34e

Remove requirement of old ext-mongo.

1.22.2

Choose a tag to compare

@sokil sokil released this 10 Nov 21:43
  • 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

Choose a tag to compare

@sokil sokil released this 02 Nov 20:16

Document's afterConstruct event triggered with document instance

1.22

Choose a tag to compare

@sokil sokil released this 12 Aug 21:57
  • 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

Choose a tag to compare

@sokil sokil released this 20 Jun 20:20

Fix searching documents with regex #148

1.21.4

Choose a tag to compare

@sokil sokil released this 15 Jun 13:53

create collection with empty options

1.21.2

Choose a tag to compare

@sokil sokil released this 14 Jun 13:39

Allow specify validator while create collection