Releases: d-kimuson/ts-type-expand
Releases · d-kimuson/ts-type-expand
v1.2.0 Release
Added
- Added support for Vue's Single File Components (SFC).
Changes
- feat(ts-type-expand-plugin): support
vue
language by @zcf0508 in #393 - docs(readme,changelog): write docs for vue support by @d-kimuson in #394
New Contributors
Full Changelog: v1.1.1...v1.2.0
v1.1.1 Release
Changed
- Fixed the issue where the button was appearing in TreeViews other than ts-type-expand.
Full Changelog: v1.1.0...v1.1.1
v1.1.0 release
[1.1.0] - 2024-05-16
Add
- Added a feature that allows you to copy type information as a type alias when you press the COPY button on an expanded type. This is an experimental feature.
- Add button which restart extension.
Changed
- Support for TypeScript 5.0.
- Fixed an issue where some type references were broken in TS 5.0.
- Fixed the bug where the value type of the Mapped Type could not be resolved.
Removed
Full Changelog: v1.0.6...v1.1.0
v1.0.6 release
Changed
- Default value of string length to be displayed is 80
- For literals of type string, display the value enclosed in double quotes so that we can identify between
"string"
andstring
. - The first type information displayed when a node is selected should be expanded.
v1.0.5 release
Changed
- bug fixed for error that cannot display anything #353
v1.0.0 release
Added
- Date, Promise, Symbol, PromiseLike type support
- Add
validate
option to allow the target languageId to be specified.
Changed
- Use the built-in TS server instead of building
kimuson.ts-type-expand
's own TS server.- Real-time type retrieval (Information is updated by OnType instead of OnSave, so it can be update with real-time type information that has not been saved)
- Resolve types based on the developer's choice of TypeScript version
- lightweight
- Revamped type resolution logic.
Removed
- remove
tsconfigPath
optiontsconfig.json
interpreted by the embedded TS server is used.
v0.0.11 release
fix(message): not display error message when target file is not .ts o…
v0.0.9 release
Added
- added error messages after error occured
Changed
ts-type-expand.refresh
renamedts-type-expand.restart
- restart compilerAPI after command executed
- update configure after command executed
- Upgrade typescript version to 4.4.2
- Upgrade dependecy versions
v0.0.7 release
Support selections (variable, function arg, function call, props with intersection type)
v0.0.6 release
chore(deploy.sh): validate version