Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.85 KB

File metadata and controls

55 lines (32 loc) · 2.85 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.0 (2022-11-20)

Features

  • configurable recursion depth (99f6878)

0.3.2 (2022-11-09)

Note: Version bump only for package @ts-type-explorer/typescript-plugin

0.3.1 (2022-11-09)

Note: Version bump only for package @ts-type-explorer/typescript-plugin

0.3.0 (2022-11-08)

Features

  • vscode: hide error messages (1103cc0), closes #13

0.2.0 (2022-10-30)

Bug Fixes

  • return dummy completion info (544bdc1)
  • tsserver: reference types (b0ee19a)

Features

Performance Improvements

  • switch from quickinfo to completions (0d18d5c)

0.1.0 (2022-10-28)

Bug Fixes

  • api: implement max recursion depth (10c621e)
  • vscode: getQuickInfo error on startup (edda36a)

Features

  • lazy load symbols (f078045)
  • remove expanded hover (fdbe26c)
  • show type info for type literals (770dfba)
  • support type parameters in classes and type aliases (be63c2e)
  • vscode: add type tree view (9d18f22)
  • vscode: expanded type in quickinfo (ceaafa9)