Skip to content

Releases: ArnaudBarre/vite-plugin-tsc-watch

v3.0.2

26 Nov 16:56
Compare
Choose a tag to compare
  • Add vite@6 to peer dependency ranges

v3.0.1

18 Nov 16:07
Compare
Choose a tag to compare
  • Rename named export from tscPlugin to tscWatch
  • Add vite@5 and typescript@5 to peer dependency ranges
  • Switch plugin to ESM. This removes the CJS warning when using the plugin with Vite 5. A CJS wrapper is still provided but migrating to running Vite in ESM is encouraged
  • Drop support for Vite 2 & 3 & node<18 (aligns with Vite 5)

v2.0.1

09 Dec 16:04
Compare
Choose a tag to compare

Add vite@4 to peer dependency range

v2.0.0

09 Aug 15:26
Compare
Choose a tag to compare

Breaking: Use named export instead of default export for better esm/cjs interop.

To migrate, replace your import by import { tscPlugin } from "vite-plugin-tsc-watch";

v1.0.2

19 Jul 16:34
Compare
Choose a tag to compare

Add vite@3 to peer dependency range

v1.0.1

21 Mar 09:24
Compare
Choose a tag to compare

Fix: Only start worker once

v1.0.0

02 Feb 13:46
Compare
Choose a tag to compare

Initial release