Skip to content

Latest commit

 

History

History
151 lines (52 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

151 lines (52 loc) · 4.1 KB

(2024-12-14)

Features

(2024-11-29)

Features

  • add placeholder comment after all plugins have finished executing (ed2a31f)

(2024-11-25)

Features

  • language-plugin: support export default plugin (292a83d)

(2024-11-19)

Features

  • ts-macro: support nested plugins (fd86337)

(2024-11-16)

(2024-11-15)

Bug Fixes

  • vscode: prevent restart error (a4d80bc)

Features

  • language-plugin: support automatically load volar plugin from vite.config.ts (12474a0)

(2024-11-13)

Bug Fixes

  • typescript: add resolve option for createFilter (37645bb)

(2024-11-12)

Bug Fixes

  • pnpm install error (2d47ecb)
  • ts-macro: use filePath instead of fileName for createPlugin (75d0e0c)

(2024-11-12)

(2024-11-12)

Features

  • ts-macro: rename fileName to filePath & remove rawText and text options (f76850d)
  • ts-macro: add include & exclude option for tsm.config.ts (11f4d02)

(2024-11-10)

Features

  • vscode: disable plugin if tsm.config.ts not found (e9bc314)

(2024-11-08)

Bug Fixes

  • vscode: client is not exist error (5f1956e)

(2024-11-07)

Bug Fixes

Features

(2024-11-07)

Bug Fixes

(2024-11-06)

Bug Fixes

  • vscode: support typescript-plugin (a1ab871)

(2024-11-05)

(2024-11-05)

Features