Skip to content

Releases: erfanium/atlas_sdk

v1.1.3

24 Mar 17:07
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @github-actions in #32

Full Changelog: v1.1.2...v1.1.3

v1.1.2

17 Nov 12:37
3b62ce4
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @github-actions in #26

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Mar 11:31
093609c
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @github-actions in #23
  • chore(mod): include Collection on exported members by @pandres95 in #25
  • Update dependencies by @github-actions in #24

New Contributor

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Feb 21:13
Compare
Choose a tag to compare

What's Changed

  • deno_bson upgraded from 0.2.x to 0.3.0.
  • UUID is now available to use (#20)

Full Changelog: v1.0.3...v1.1.0

v1.0.3

12 Sep 06:40
5f48e96
Compare
Choose a tag to compare

What's Changed

  • Add export statements for classes Database and Collection for usage as types by @arthur-ver in #6
  • Error fix "Expected 3 arguments, but got 2." for updateOne(), updateMany() and replaceOne() by @arthur-ver in #7
  • Update dependencies by @github-actions in #8
  • Update dependencies by @github-actions in #9
  • Update dependencies by @github-actions in #10
  • Update dependencies by @github-actions in #11
  • Update dependencies by @github-actions in #12
  • Update dependencies by @github-actions in #13

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Jul 09:50
4851763
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @github-actions in #3
  • Update dependencies by @github-actions in #4
  • Update dependencies by @github-actions in #5

New Contributors

  • @github-actions made their first contribution in #3

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Jul 10:16
Compare
Choose a tag to compare
  • fix: skip option bug in countDocuments method

v1.0.0

09 Jul 06:58
Compare
Choose a tag to compare
docs: add why section

v0.3.0

03 Jul 10:53
Compare
Choose a tag to compare

What's Changed

BREAKING: MongoClient constructor has changed. please read README.md
email/password and custom JWT auth methods are now supported

New Contributors

  • @pagoru made their first contribution in #2

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 May 21:16
Compare
Choose a tag to compare

Now the result type of find/aggregate methods are in bson instead of plain json.