v1.0.0
Breaking changes:
- Require Integreat 1.0
- No
undefined
values are set to Mongo, unlesskeepUndefined
option istrue
- When fetching,
totalCount
is returned on responseparams
(wasmeta
)
New features:
- The
id
field of an item will be stored in Mongo as_id
, when theisUniqueId
option istrue
- Support
UPDATE
actions - Support
match
operator in queries (uses$elemMatch
in Mongo)