Skip to content

Commit 97e87c0

Browse files
FieldValue changelog (#2786)
1 parent 7fba9fe commit 97e87c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Unreleased
2+
- [changed] Changed the in-memory representation of Firestore documents to
3+
reduce memory allocations and improve performance. Calls to
4+
`DocumentSnapshot.getData()` and `DocumentSnapshot.toObject()` will see
5+
the biggest improvement.
6+
7+
# 1.10.1
28
- [fixed] Fixed an issue where the number value `-0.0` would lose its sign when
39
stored in Firestore.
410

0 commit comments

Comments
 (0)