Skip to content

Commit

Permalink
Merge pull request #10 from kosukesaigusa/chore/CHANGELOG
Browse files Browse the repository at this point in the history
Chore/changelog
  • Loading branch information
kosukesaigusa authored Dec 21, 2023
2 parents c46c69a + 35fcdef commit 757052e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/flutterfire_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 0.3.0-dev.3

* Update dependency versions to enable to build when `flutter pub downgrade`.

## 0.3.0-dev.2

* Enablet to generate `count` method in query class.
* Enable to generate `count` method in query class.
* Enable to call read methods as `CollectionGroupQuery` for `fetchDocuments`, `subscribeDocuments`, and `count` methods.
* Fix read `DocumentReference` name bug in `fetchDocument` and `subscribeDocument` methods (thanks to @iincho).
* Update doc comments.
Expand Down

0 comments on commit 757052e

Please sign in to comment.