| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-07 | 1.9 kB | |
| typespec-stable@1.11.0 source code.tar.gz | 2026-04-07 | 19.2 MB | |
| typespec-stable@1.11.0 source code.zip | 2026-04-07 | 29.4 MB | |
| Totals: 3 Items | 48.6 MB | 0 | |
@typespec/compiler
Features
- #9893 Added a new template
FilterVisibilityto support more accurate visibility transforms. This replaces the@withVisibilityFilterdecorator, which is now deprecated and slated for removal in a future version of TypeSpec.
Bug Fixes
- #10196 Include model name in
duplicate-propertyerror message - #10199 [invalid-discriminated-union-variant]
duplicateDefaultVariantdiagnostic now includes the union type name - #10183 Do not interpolate non primitive values in config automatically
yaml file-type: ["json", "yaml"] output-file: "openapi.{file-type}"Will not be interpolated asopenapi.json,yamlbut keep the placeholder{file-type}intact for the emitter to handle. - #9893 Fixed a bug that would prevent template parameters from assigning to values in some cases.
@typespec/http
No changes, version bump only.
@typespec/openapi
No changes, version bump only.
@typespec/openapi3
Bug Fixes
- #10041 [importer] Fix
anyOfwith$refand inline object being incorrectly imported as a model instead of a union. - #10046 Fix OpenAPI emitter failing with "Duplicate type name" error when using a named union with a
bytesvariant in a multipart body (e.g.HttpPart<MyUnion>whereMyUnionincludesbytes).
@typespec/json-schema
No changes, version bump only.
typespec-vscode
No changes, version bump only.
@typespec/prettier-plugin-typespec
No changes, version bump only.