Skip to content

Commit

Permalink
Updated README and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwadams committed Nov 29, 2024
1 parent 1570024 commit affdf03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ branches:
- feature
- support
- hotfix
next-version: "4.0"
next-version: "4.1"

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,16 @@ Benchmark suites for various components.

The Source Generator which generates types from Json Schema.

## V4.1 Updates

### YAML support

We now support YAML documents for the CLI tool.

You can mix-and-match YAML and JSON documents in the same schema set, and the tool will generate code for either.

Your JSON schema can be embedded in a YAML document (such as a YAML-based OpenAPI or AsyncAPI document), and you can resolve internal references just as with a JSON document.

## V4.0 Updates

There are a number of significant changes in this release
Expand Down

0 comments on commit affdf03

Please sign in to comment.