Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

3.0.0-alpha.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettwillis brettwillis released this 12 Feb 00:56
· 52 commits to master since this release
4bd9b77
  • Implement complex AND and OR filters, and many other filtering and search fixes (#49)
  • Optimise bandwidth for flattened collections using field masks (#43)
  • Ensure createdAt timestamp isn't overwritten on edits, all updates in a transaction share the same updatedAt timestamp
  • Minimise contention on flattened collections by sequencing transactions
  • Fix maxQuerySize was not respected for manual filter queries
  • Rationalise the where() and whereAny() API in collections (:warning: breaking)
  • Fix tests