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
·
52 commits
to master
since this release
- 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 sameupdatedAt
timestamp - Minimise contention on flattened collections by sequencing transactions
- Fix
maxQuerySize
was not respected for manual filter queries - Rationalise the
where()
andwhereAny()
API in collections (:warning: breaking) - Fix tests