February 2024
Release of VSCode and Visual Studio extensions
Section titled âRelease of VSCode and Visual Studio extensionsâNew Features
Section titled âNew Featuresâ@typespec/compiler
New Features
Section titled â@typespec/compiler New Featuresâ- Added an optional validation message to the @pattern decorator.
- Emitter framework:
ObjectBuilder
will keep track when built using aPlaceholder
allowing data to be carried over when chainingObjectBuilder
@typespec/openapi3
New Features
Section titled â@typespec/openapi3 New Featuresâ- Added support for
@encodedName
decorator.
Bug Fixes
Section titled âBug Fixesâ@typespec/compiler
Bug Fixes
Section titled â@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
Section titled â@typespec/http Bug Fixesâ- Fix: OpenIDConnect types not exposed on the TypeScript types
@typespec/openapi3
Bug Fixes
Section titled â@typespec/openapi3 Bug Fixesâ- Fix issues with
nullable
properties used in a cycle being wrapped inallOf
when not needed - Fix circular reference would not always inline array properties
- Add support for OpenIdConnect auth scheme