Skip to content

Releases: chenmingyong0423/go-mongox

Go Mongox 2.0.0-beta1

30 Oct 18:49
22f577f
Compare
Choose a tag to compare

Upgrade to v2 module and update dependencies

  • Update module and internal import paths to include /v2
  • Upgrade go.mongodb.org/mongo-driver dependency to v2
  • Update the README.md and README-zh_CN.md
  • creator, aggregator, deleter: Adjust Options parameters for compatibility with mongo-driver v2
  • updater: Adjust Options parameters and update Upsert method for compatibility with mongo-driver v2
  • finder: Adjust Options parameters and update Distinct and DistinctWithParse methods for compatibility with mongo-driver v2
  • bson: Refactor dToM function for compatibility with mongo-driver v2

Full Changelog: v1.6.0...v2.0.0-beta1

v1.6.0

08 Oct 01:40
7c44763
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Sep 06:28
a9fc72d
Compare
Choose a tag to compare

What's Changed

  • Feat: Refactor model hook and add beforeUpdate hook registration for field hook. by @chenmingyong0423 in #55

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 Sep 05:18
206e1d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

09 Sep 19:24
b7e200a
Compare
Choose a tag to compare

What's Changed

  • Feat: Refactor the field hook, add a custom interface for flexibility, and update MongoDB operations and OpContext to adapt to these changes. by @chenmingyong0423 in #53

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Aug 03:48
b8e668f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Jul 09:14
20489c0
Compare
Choose a tag to compare

What's Changed

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

v1.0.3

03 Jun 14:34
788a54f
Compare
Choose a tag to compare

What's Changed

  • refactor: Add omitempty to the bson tag for the ID field of the Model struct by @chenmingyong0423 in #37

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

v1.0.2

31 May 17:24
ab6d3c1
Compare
Choose a tag to compare

What's Changed

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

v1.0.1

31 May 17:17
2cbe9d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1