Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@kjellmorten kjellmorten released this 20 Feb 20:46
· 68 commits to main since this release
bf4cf29

New features:

  • DELETE works with queries (deletes every document matching the queries)
  • UPDATE works with queries (the fields of the data object will be set on all documents matching the query)
  • ne and nin operations are now supported in queries
  • Aggregations may be paginated