Skip to content

Commit 326a187

Browse files
wilhuffjshcrowthe
authored andcommitted
Add an initial CHANGELOG for firestore (#233)
* Add an initial CHANGELOG for firestore * Add notes for v4.5.1 * Use Firestore package versions, not global Firebase versions * Empty commit
1 parent 383f772 commit 326a187

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Unreleased
2+
- [fixed] Fixed validation of nested arrays to allow indirect nesting
3+
4+
# v0.1.1
5+
- [fixed] Fixed an issue causing exceptions when trying to use
6+
`firebase.firestore.FieldPath.documentId()` in an `orderBy()` or `where()`
7+
clause in a query.
8+
9+
# v0.1.0
10+
- Initial public release.

0 commit comments

Comments
 (0)