All Versions
10
Latest Version
Avg Release Cycle
92 days
Latest Release
2979 days ago

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 the find()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.

  • 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 from php-loep.

  • v1.0.4 Changes

    October 25, 2014
    • 🗄 The safe option now injects a w option instead of deprecated safe option.
    • ✂ Remove usage of deprecated Mongo class in favor of MongoClient.
    • 🛠 Fix PSR2 coding standards.
    • General repository cleanup.
  • v1.0.3

    November 22, 2013