v2.1.0
What's Changed
- feat(model): Add DeletedAt field to model for soft delete support by @chenmingyong0423 in #73
- fix(model): add omitempty tag to DeletedAt field for BSON serialization by @chenmingyong0423 in #74
- feat: finder support skip, limit, sort in #77
- feat: enhance updater support set fields by @jakenmbe in #78
New Contributors
- @jakenmbe made their first contribution in #78
Full Changelog: v2.0.0...v2.1.0