Skip to content

Releases: dobyte/mongo-dao-generator

v0.1.0

07 May 12:39
Compare
Choose a tag to compare

Dependencies

  • Upgrade version to v0.1.0

Bug Fixes

  • Upgrade go version to v1.19

v0.0.9

02 Mar 07:17
Compare
Choose a tag to compare

Dependencies

  • Upgrade version to v0.0.9

Bug Fixes

  • Fix bug of the windows platform

v0.0.8

16 Feb 06:59
Compare
Choose a tag to compare

Upgrade version to v0.0.8

v0.0.7

30 Dec 07:25
Compare
Choose a tag to compare

New Features

  • Supports automatic generation of Count and Aggregate methods

v0.0.6

29 Dec 10:30
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug when not subpackaging

v0.0.5

25 Nov 08:13
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the mongo operator cannot be exported

v0.0.4

23 Nov 12:47
Compare
Choose a tag to compare

Bug Fixes

  • Fix the BUG of the imported package

v0.0.3

23 Nov 12:41
Compare
Choose a tag to compare

New Features

  • Support automatic generate, such as FindOneByID,UpdateOneByID,DeleteOneByID

v0.0.2

22 Nov 13:24
Compare
Choose a tag to compare

New Features

  • Support exporting Columns type

v0.0.1

21 Nov 08:55
Compare
Choose a tag to compare

New Features

  • Support primitive.ObjectID and primitive.DateTime autofill
  • Support automatic incrment
  • Support automatic subcontracting
  • Support automatic generate, such as InsertOne,InsertMany,FindOne,FindMany,UpdateOne,UpdateMany,DeleteOne,DeleteMany