Skip to content

Releases: jtlabsio/mongo

v1.7.1

28 Jun 00:24
01bed89
Compare
Choose a tag to compare

Enhanced support for time.Time, specifically when specified as a Pointer in a struct.

v1.7.0

27 Jun 23:15
Compare
Choose a tag to compare
  • Added flexibility to how the schema can be provided to the QueryBuilder (and new UpdateBuilder) utilities
  • Introduced UpdateBuilder to library to ease and simplify the creation of update documents for Mongo update operations including FindOneAndUpdate, UpdateOne, and UpdateMany, etc.