Skip to content

Releases: synatic/mongo-magic

v2.3.3

21 Feb 13:13
85ff30b
Compare
Choose a tag to compare

What's Changed

  • 2.3.1 - converted a callbackified promise into a normal promise by @thiren in #57
  • 2.3.3 feat: add regex expression to raw query by @diVid3 in #60
  • 2.3.2 - reverted back to callbackify by @thiren in #59

New Contributors

Full Changelog: v2.3.0...v2.3.3

v2.3.1

30 Aug 14:15
Compare
Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

18 Jun 11:19
ff6474a
Compare
Choose a tag to compare

What's Changed

  • fix: wrapped mongodb sdk promises in callbackify to prevent .catch() statements from stealing thrown errors from deeper in the call stack

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Jun 10:09
c3b7ede
Compare
Choose a tag to compare
  1. Adds new TypeScript and JSDoc types to make knowing what to pass in for a MongoQuery and MongoCollection easier.
  2. Fixed a couple bugs where strings were being passed to the callback instead of an Error object

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

08 May 21:14
b1ba6e0
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #45
  • chore(deps): updated the mongodb SDK to version 6.5.0 by @thiren in #46
  • updated the required version of NodeJS to 16+

Full Changelog: v2.0.0...v2.1.0

v2.0.0

25 Jun 22:34
92e8452
Compare
Choose a tag to compare

What's Changed

  • 2.0.0 - added support for version 5 of the mongodb nodejs sdk by @thiren in #36

Full Changelog: v1.2.0...v2.0.0

v1.2.0

13 Jan 10:41
cafb2e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.3

26 Aug 14:33
Compare
Choose a tag to compare

Fixing an issue where some mongo aggregates were marked as unsafe, specifically queries with $merge (was looking for $mergeObjects). Also added support to tell the library if it should throw on unsafe or not.

v1.1.2

20 Jun 08:32
f8e331e
Compare
Choose a tag to compare
Merge pull request #18 from synatic/develop

fix: bump moment

v1.1.0

15 Mar 18:56
Compare
Choose a tag to compare
  • feat: updated the function definition of queryAsStream