Skip to content

Releases: chenmingyong0423/go-mongox

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

v1.0.0

31 May 12:39
da4dc67
Compare
Choose a tag to compare
  • Generic MongoDB Collection
  • Support for constructing bson data
  • CRUD operations on documents
  • Aggregation operations
  • Built-in basic Model structure for automated updates of default field fields
  • Struct tag validation
  • Hooks
  • Plugin programming support
  • go mod version is changed to 1.18

v0.18.1

07 Apr 07:48
f4dc843
Compare
Choose a tag to compare

refactor(aggregation/add): overhaul add function parameter

v0.18.0

06 Apr 12:09
82a7d52
Compare
Choose a tag to compare

feat(build/aggregation/stage): implements the lookup method for build the $lookup stage