Skip to content

Releases: d-kimuson/ts-type-expand

v1.2.0 Release

16 May 11:42
ed477c9
Compare
Choose a tag to compare

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

16 May 10:16
76443e3
Compare
Choose a tag to compare

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

15 May 17:01
ec9bcc9
Compare
Choose a tag to compare

[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

14 Sep 11:03
Compare
Choose a tag to compare

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" and string.
  • The first type information displayed when a node is selected should be expanded.

v1.0.5 release

27 Aug 06:10
Compare
Choose a tag to compare

Changed

  • bug fixed for error that cannot display anything #353

v1.0.0 release

22 Jan 03:45
9dcd56f
Compare
Choose a tag to compare

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 option
    • tsconfig.json interpreted by the embedded TS server is used.

v0.0.11 release

10 Sep 11:59
Compare
Choose a tag to compare
fix(message): not display error message when target file is not .ts o…

v0.0.9 release

04 Sep 07:59
Compare
Choose a tag to compare

Added

  • added error messages after error occured

Changed

  • ts-type-expand.refresh renamed ts-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

26 May 16:18
Compare
Choose a tag to compare

Support selections (variable, function arg, function call, props with intersection type)

v0.0.6 release

25 May 10:41
Compare
Choose a tag to compare
chore(deploy.sh): validate version