aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:15:20 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:15:20 +0800
commite006383cda9aa86f185586741d05143e9916dd96 (patch)
tree9f524f44c633ca79e4e38eb09e5b9b046e58417f /Firestore/CHANGELOG.md
parentfe4783838ede114acf6372932d447ab4f27086fb (diff)
parent03c0e9882a87f8b5ac0699d64e7d17f940a4796a (diff)
Merge
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 75b5c50..8daae91 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,17 +1,19 @@
-# Firestore API Branch
+# Unreleased
+- [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions
+ to avoid confusion with the factory method of the same name.
+- [changed] Added a commit method that takes no completion handler to FIRWriteBatch.
+- [feature] Queries can now be created from an NSPredicate.
+- [added] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
+ server timestamps.
- [changed] For non-existing documents, DocumentSnapshot.data() now returns `nil`
instead of throwing an exception. A non-nullable QueryDocumentSnapshot is
introduced for Queries to reduce the number of nil-checks in your code.
-# Unreleased
+# v0.9.4
- [changed] Firestore no longer has a direct dependency on FirebaseAuth.
-- [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions
- to avoid confusion with the factory method of the same name.
- [fixed] Fixed a crash when using path names with international characters
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.