You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Xenus\Collection class now ineriths from the MongoDB\Collection class.
The Xenus\Collection\CRUDMethods has been removed and its methods have moved into the Xenus\Collection class.
The Xenus\Collection::findOne(), Xenus\Collection::updateOne(), Xenus\Collection::deleteOne() and Xenus\Collection::replaceOne() methods can take a MongoDB\BSON\ObjectID as a filter argument.
The Xenus\Document type hint has been removed from the Xenus\Collection::insert(), Xenus\Collection::update() and Xenus\Collection::delete() methods.