All Versions
10
Latest Version
Avg Release Cycle
92 days
Latest Release
2654 days ago
Changelog History
Changelog History
-
v1.2.4 Changes
February 29, 2016- ⚡️ Updated license year.
- ⚡️ Updatd Update::addToSet() to take mixed values.
-
v1.2.3 Changes
December 08, 2015- ➕ Added phpunit in require-dev in composer config.
- 🛠 Fixed indentation issues.
- ⚡️ Updates query to use direct call to whereNot().
-
v1.2.2 Changes
November 20, 2015- 🛠 Fixed database existence tests for Mongo 3.
- ✂ Removed old Mockery fix.
- ⚡️ Updated CONDUCT.md to 1.3 version.
-
v1.2.1 Changes
October 20, 2015- ➕ Added CONDUCT.md
- ➕ Added the ability to pass in SSL context options to connections.
- ➕ Added the ability to pass query objects into collection methods.
- ⚡️ Updated README.md
-
v1.2.0 Changes
September 22, 2015- 🛠 Fixed an issue where
MongoCollection::find()
relied on both$query->where()
and$query->select()
to be called in order for thefind()
s arguments to be in the correct order.
📌 Applications that may have code that relied on the mismatched order will want pin/continue using
1.1.0
or lower. - 🛠 Fixed an issue where
-
v1.1.0 Changes
February 15, 2015- ⬇️ Drop PHP 5.3 support as it is EOL.
- ⬆️ Bumped copyright years.
-
v1.0.6 Changes
February 12, 2015➕ Added the ability to set a maximum number of retries for "not master" MongoCursorExceptions within CRUD operations in the Collection class. Augments issue #8. Defaults to 1 retry as previously implemented.
-
v1.0.5 Changes
October 29, 2014🔄 Changed Packagist vendor to
league
fromphp-loep
. -
v1.0.4 Changes
October 25, 2014- 🗄 The
safe
option now injects aw
option instead of deprecatedsafe
option. - ✂ Remove usage of deprecated
Mongo
class in favor ofMongoClient
. - 🛠 Fix PSR2 coding standards.
- General repository cleanup.
- 🗄 The
-
v1.0.3
November 22, 2013