This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Releases: swimlane/mongtype
Releases 路 swimlane/mongtype
Release list
v6.0.0
v5.0.0
Bug Fix Find+Update
Fix findOneAndUpdate to handle when no document is found (#21) * Fix findOneAndUpdate to handle when no document is found * Version bump
Initial connection retry options
npm audit fix
Revised retry attempts on connect (#17)
Update dependencies and bug fix
Updated npm packages
Fix delete events (#15 )
Better name handling and options
Updated the Repository to check for a name and throw an error if it cannot resolve one.
Also added the ability to pass CollectionProps via constructor.
DatabaseClient options
Added the ability to pass in MongoClientOptions to the DatabaseClient.connect method.
This adds an optional argument so it's not technically backwards compatible