4.1.2 (2024-10-24)
- dts missing (4c32c19)
4.1.1 (2024-10-24)
- Rename
vite-plugin-public-typescript/manifest
tovite-plugin-public-typescript/virtual
4.1.0 (2024-10-18)
- Replace
watcher
with vite's built-in server watcher (need vite>=5)
4.0.0 (2024-09-03)
- Deprecated client
- Rename
virtual:public-typescript:manifest
tovirtual:public-typescript-manifest
- Named export
manifest
babel
option default totrue
3.2.3 (2024-08-09)
- replace
esbuild-plugin-browserslist
withbrowserslist-to-esbuild
(53bf299)
3.2.2 (2024-08-07)
- close watcher on bundle closed (2209690)
3.2.1 (2024-07-31)
- duplicate watcher, virtual module hmr (9ec4d8c)
3.2.0 (2024-05-31)
- path-like option support relative/absolute (24a2607)
3.1.1 (2024-05-30)
- missing options type export (26378ab)
3.1.0 (2024-05-30)
2.4.2 (2024-05-07)
- revert to support vite ssr (f8e967a)
2.4.1 (2024-05-07)
- repeated watcher initialization (482a0fe)
2.4.0 (2024-04-26)
- skip ssr build, fix babel target bug (fdbf5f4)
- enhance dts exports (354a827)
2.3.0 (2024-02-07)
- update to vite 5.x (430dc52)
2.2.5 (2024-01-09)
- define json transform error (3b23dd2)
2.2.4 (2023-12-15)
- define support process env (ea2889d)
- cache babel plugin (986b150)
- enable sourcemap in dev (91f3fb0)
- lazyload large dependencies (4920649)
2.2.3 (2023-11-16)
- babel target error (ebd888d)
2.2.2 (2023-11-16)
2.2.1 (2023-11-14)
- smartly install missing babel plugins (e75e1cc)
2.2.0 (2023-11-03)
2.1.1 (2023-11-02)
- no transformer for typescript, causing compile with an error if there is a type declaration in it (17e2001)
2.1.0 (2023-11-02)
- introduce
babel
option for better browser compatibility (30b9ccd)
2.0.2 (2023-10-30)
- injected scripts maybe undefined (062325a)
- export
ScriptDescriptor
type (ef1dd60)
2.0.1 (2023-10-30)
- fixed manifest being undefined under ssr or standalone env (743e58f)
2.0.0 (2023-10-30)
- avoid Plugin type mismatches when there are multiple Vite versions installed (7c870e3)
- deprecate
sideEffects
options (4caaa45) - lint (9fe26ee)
- test (b609df2)
- typo (068b84d)
1.5.5 (2023-09-25)
1.5.4 (2023-09-20)
- script attributes maybe falsy (d9db386)
1.5.3 (2023-09-20)
- vite
base
config (e615d50)
1.5.2 (2023-09-15)
- hmr error when server restart (187f0d4)
1.5.1 (2023-09-15)
- auto remove
outuputDir
error (f42879e)
1.5.0 (2023-09-14)
- export
inject-script
plugin (e6f96ac)
1.4.1 (2023-09-13)
- vite load js error (4effcbd)
1.4.0 (2023-09-13)
- support memory destination (b5c2c23)
1.3.3 (2023-04-04)
- build only-esm lib to cjs (ffd6020)
1.3.2 (2023-03-31)
1.3.1 (2023-03-31)
1.3.0 (2023-03-22)
- introduce debug mode (08db699)
1.2.4 (2023-03-01)
- write empty manifestjson on init (18fd608)
1.2.3 (2023-02-21)
1.2.2 (2023-02-16)
- eol (05d422c)
1.2.1 (2023-02-09)
- crlf (8477981)
1.2.0 (2023-02-08)
- workflow (5fdb339)
1.1.3 (2023-02-06)
1.1.2 (2023-02-06)
- legacy (f7f1853)
1.1.1 (2023-02-04)
- watch dir (da2d183)
1.1.0 (2023-02-04)
1.0.10 (2023-02-01)
- sync removing ts file with js (d59abad)
1.0.9 (2023-01-31)
- cjs namedExports (90f3af1)
1.0.8 (2023-01-30)
1.0.7 (2023-01-19)
1.0.6 (2023-01-05)
- dev restart error while build (617fcb1)
1.0.5 (2023-01-04)
- aviod infinite loop (869f9e2)
- dynamic import manifest to aviod infinite loop (ddfa337)
- loop (bb59d0d)
1.0.4 (2022-12-06)
sideEffects
not working (87d567e)
1.0.3 (2022-12-04)
- ✨ support
sideEffects
option for strict tree shaking (1348438)
1.0.2 (2022-11-26)
- esbuild error (8c1de9e)
1.0.1 (2022-11-25)
- 🐛 esbuild error
The service is no longer running
(76a3d20)
- fix CRLF warning on windows (cab1e1f)
0.0.11 (2022-11-13)
- throw esbuild error (da1b327)
0.0.10 (2022-11-10)
0.0.9 (2022-11-09)
- ✨ use
esbuild
build replace vite builtintransformWithEsbuild
(a40515f)
0.0.8 (2022-11-08)
- hmr: wait build then reload (5e4d834)
0.0.7 (2022-11-08)
- overrides args (b899c62)
0.0.6 (2022-11-08)
- ✨ sync add/delete ts file (eaa8688)
0.0.5 (2022-11-08)
- hmr reload if public typescript changed (2074bdc)
0.0.4 (2022-11-08)
0.0.3 (2022-11-08)
0.0.2 (2022-11-08)
- playground (e36ac70)
0.0.1 (2022-11-07)
- 🎉 init (2f7ecdb)