Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

53 lines (23 loc) · 2.16 KB

1.3.1 (2022-11-28)

Bug Fixes

  • host: show console warning when trying to type check <script setup> (0890fb5)

1.3.0 (2021-10-08)

Features

  • support incremental builds (98d3578), closes #5

1.2.0 (2021-10-01)

Features

  • respect files/include/exclude options for .vue files (f2c5667), closes #3

1.1.0 (2021-05-31)

Bug Fixes

  • return the correct line number for .vue diagnostic errors (6fee608), closes #2

Features

  • add color to the output (c17d914)

1.0.2 (2021-05-28)

Bug Fixes

  • args: use correct default paths when running from cli, clarify docs (e426221), closes #1

1.0.1 (2021-05-28)

Bug Fixes

  • throw an error if any diagnostics are returned (acd18ca)

1.0.0 (2021-05-27)

Features