Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 4.8 kB | |
typespec-stable@1.1.0 source code.tar.gz | 2025-06-10 | 17.5 MB | |
typespec-stable@1.1.0 source code.zip | 2025-06-10 | 25.8 MB | |
Totals: 3 Items | 43.4 MB | 0 |
@typespec/compiler
Features
- #7377 Add a
--stats
flag totsp compile
to log some performance and complexity statistics - #7530 Show the full definition of model and interface when it has 'extends' and 'is' relationship in the hover text
- #6923 Init templates can define a project kind which decide if dependencies are added to peer or regular dependencies
- #6783 Install packages for unrecognized import via npm command
- #7239 [LSP] Expose new compile project command
- #7137 Allow passing template parameters as property defaults
- #7256 Expose
VisibilityFilter.toCacheKey
to allow caching results based on visibility filters.
Bump dependencies
- #7323 Upgrade dependencies
Bug Fixes
- #7421 Fix hanging when using
::returnType
meta accessor on operation defined withop is
- #7507 Fix empty string emitting error when used in string interpolation in a template
- #7524 Fixes an error where reported diagnostics had invalid relative paths on Windows
- #7508 Allow extends of array expression for not just template (
model MyStrings extends string[]
) - #7473 Mutator were not mutating tuple values
- #7485 Fix paging operations to correctly detect the
@pageItems
decorator on base models. - #7461 Remove non documented
templateArguments
property on types - #7480 Fix infinite recursion when navigating paging properties by detecting and handling circular model references.
- #7137 Allow passing tempalate parameter values in object and array values used inside the template
- #7295 Corrected visibility filtering logic to even more aggressively deduplicate the models it visits when the applied visibility transform does not actually remove any properties from a model.
@typespec/http
No changes, version bump only.
@typespec/openapi
Bug Fixes
- #7509 Fix
@tagMetadata
decorator emitting error when incorrectly not finding@service
decorator
@typespec/openapi3
Features
- #7219 [OpenAPI -> tsp] Add support for converting inline schemas using allOf
- #7403 Adds support for parameter examples via
@opExample
via theexperimental-parameter-examples
option.
@typespec/json-schema
Bug Fixes
- #7501 Json schema emitter conflict with other emitters
typespec-vscode
Features
- #7317 Enable emit code command on tspconfig.yaml.
- #6783 Install packages for unrecognized import via npm command
- #7239 Use language server to compile project instead of CLI
- #7331 Support prompting to install compiler proactively if no compiler is found when starting LSP
- #7541 Add extension API for other vscode extension to be able to register more TypeSpec InitTemplate to choose when scaffolding TypeSpec project.
Bump dependencies
- #7323 Upgrade dependencies
Bug Fixes
- #7300 Unify the writing of OpenAPI 3
- #7353 Fix openapi3 preview error when path contains space
- #7374 Check whether the compiler language server supports project compilation.
- #7302 Telemetry data item result displays
cancelled
when theSelect file
step ofPreview API Documentation
iscancelled
@typespec/prettier-plugin-typespec
No changes, version bump only.