Releases: sokil/php-mongo
Releases · sokil/php-mongo
1.23.1
08 Jul 20:11
Compare
Sorry, something went wrong.
No results found
1.23.0
04 Nov 15:09
Compare
Sorry, something went wrong.
No results found
Method to rename collection
1.22.4
05 Dec 08:26
Compare
Sorry, something went wrong.
No results found
Allow installation of event dispatcher < 5.0
1.22.3
22 Nov 04:57
Compare
Sorry, something went wrong.
No results found
Remove requirement of old ext-mongo
.
1.22.2
10 Nov 21:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Document's afterConstruct
event triggered with document instance
1.22
12 Aug 21:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix searching documents with regex #148
1.21.4
15 Jun 13:53
Compare
Sorry, something went wrong.
No results found
create collection with empty options
1.21.2
14 Jun 13:39
Compare
Sorry, something went wrong.
No results found
Allow specify validator while create collection