Skip to content

v1.0.0

Compare
Choose a tag to compare
@kjellmorten kjellmorten released this 27 Sep 14:36
· 122 commits to main since this release
07efe96

Breaking changes:

  • Require Integreat 1.0
  • No undefined values are set to Mongo, unless keepUndefined option is true
  • When fetching, totalCount is returned on response params (was meta)

New features:

  • The id field of an item will be stored in Mongo as _id, when the isUniqueId option is true
  • Support UPDATE actions
  • Support match operator in queries (uses $elemMatch in Mongo)