Skip to content

Commit e7329f3

Browse files
committed
0.9.0
1 parent c3dedde commit e7329f3

5 files changed

Lines changed: 463 additions & 11 deletions

File tree

.changeset/cuddly-pandas-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-fishes-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 9cd5312: Implemented the Mermaid graph generator. The `generate-graph` command will now generate a Mermaid graph for a given schema and inject it into the specified Markdown file.
8+
- 9cd5312: [BREAKING] Document models are now required to have a `path` field.
9+
310
## 0.8.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesync-cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Autogenerate Firestore model types for all platforms",
55
"keywords": [
66
"typesync",

0 commit comments

Comments
 (0)