Skip to content

v0.7.0

Compare
Choose a tag to compare
@beloglazov beloglazov released this 21 Feb 08:14

This release contains 3 new features implemented by @ermyas:

  • Documents.createMany: creating multiple documents with specified IDs (#18), which addresses #16.
  • Documents.getMany.queryAllowMissing and Documents.getMany.queryIncludeDocsAllowMissing: getting multiple documents by IDs allowing some documents to not be present (#17), which addresses #15.
  • View.queryWithReduce: querying views with a reduce function (#20), which addresses #12.