Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera committed May 16, 2022
1 parent a59794e commit e2123c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/compiler",
"comment": "Add compiler API to filter model properties and get try to find equivalent named models for anonymous models",
"type": "minor"
}
],
"packageName": "@cadl-lang/compiler"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/openapi3",
"comment": "Find good names where possible for anonymous models that differ from named models only by properties that are not part of the schema",
"type": "minor"
}
],
"packageName": "@cadl-lang/openapi3"
}

0 comments on commit e2123c2

Please sign in to comment.