Releases: jtlabsio/mongo
Releases · jtlabsio/mongo
v1.7.1
v1.7.0
- 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
, andUpdateMany
, etc.