Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Releases: swimlane/mongtype

v6.0.0

Choose a tag to compare

@DanStory DanStory released this 26 Mar 13:56
913302e
  • Correct return type for findx repo methods (#30)

v5.0.0

Choose a tag to compare

@DanStory DanStory released this 17 Feb 16:31
1fdd385
  • Prevent original document instances from modifications (#28 )
  • Update Mongo deps

Bug Fix Find+Update

Choose a tag to compare

@DanStory DanStory released this 03 Aug 20:23
fd32ecf
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

Choose a tag to compare

@DanStory DanStory released this 07 Apr 19:51
cee81d1

npm audit fix
Revised retry attempts on connect (#17)

Update dependencies and bug fix

Choose a tag to compare

@DanStory DanStory released this 13 Feb 18:27
f4e6a6c

Updated npm packages
Fix delete events (#15 )

Better name handling and options

Choose a tag to compare

@shaunburdick shaunburdick released this 30 Sep 17:20

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

Choose a tag to compare

@shaunburdick shaunburdick released this 29 Aug 13:38

Added the ability to pass in MongoClientOptions to the DatabaseClient.connect method.
This adds an optional argument so it's not technically backwards compatible