Releases: dobyte/mongo-dao-generator
Releases · dobyte/mongo-dao-generator
v0.1.0
Dependencies
- Upgrade version to v0.1.0
Bug Fixes
- Upgrade go version to v1.19
v0.0.9
Dependencies
- Upgrade version to v0.0.9
Bug Fixes
- Fix bug of the windows platform
v0.0.8
Upgrade version to v0.0.8
v0.0.7
New Features
- Supports automatic generation of Count and Aggregate methods
v0.0.6
Bug Fixes
- Fix the bug when not subpackaging
v0.0.5
Bug Fixes
- Fix the bug that the mongo operator cannot be exported
v0.0.4
Bug Fixes
- Fix the BUG of the imported package
v0.0.3
New Features
- Support automatic generate, such as FindOneByID,UpdateOneByID,DeleteOneByID
v0.0.2
New Features
- Support exporting Columns type
v0.0.1
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