Skip to content                       Release of VSCode and Visual Studio extensions
New Features
@typespec/compiler New Features
- Added an optional validation message to the @pattern decorator.
- Emitter framework: ObjectBuilderwill keep track when built using aPlaceholderallowing data to be carried over when chainingObjectBuilder
@typespec/openapi3 New Features
- Added support for @encodedNamedecorator.
Bug Fixes
@typespec/compiler Bug Fixes
- Template instantiated with ErrorType will get the arg changed to unknown
- Fix: Error out when using properties in array model
@typespec/http Bug Fixes
- Fix: OpenIDConnect types not exposed on the TypeScript types
@typespec/openapi3 Bug Fixes
- Fix issues with nullableproperties used in a cycle being wrapped inallOfwhen not needed
- Fix circular reference would not always inline array properties
- Add support for OpenIdConnect auth scheme