aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar zxu <zxu@google.com>2017-12-07 15:36:15 -0500
committerGravatar GitHub <noreply@github.com>2017-12-07 15:36:15 -0500
commit5da88e4b9b5ce9d1aee8611d03946e19bdfa5b65 (patch)
tree605cd2710e22d4ae8ab3c2bdfef33c996fd2244f /Firestore/CHANGELOG.md
parenta904be723a997ed434a36ce9562794a75673927e (diff)
Implement NSPredicate-based query (#531)
* implement queryFilteredUsingPredicate in FIRQuery; * add unit test and integration test for queryFilteredUsingPredicate; * project change of adding the FIRQueryTests.m file; * refactoring queryFilteredUsingPredicate to split logic into two helpers;
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 0c5bcdc..e6ecf11 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -4,6 +4,7 @@
with persistence enabled.
- [fixed] Addressed race condition during the teardown of idle streams (#490).
+- [feature] Queries can now be created from an NSPredicate.
# v0.9.3
- [changed] Improved performance loading documents matching a query.