Releases: Floffah/esbuild-plugin-d.ts
Releases Β· Floffah/esbuild-plugin-d.ts
v1.3.1
1.3.1 (2024-10-12)
Bug Fixes
- dont mangle passed tsconfig on bundle & cleanup on error (624b8e4)
- prefix node imports for compatibility with deno & bun (80797db)
- Use type-fest/TsConfigJson instead of esbuild/TsconfigRaw (#21) (011f0a9)
- write temporary tsconfig when passing only an config object (0251cfa), closes #17
v1.3.1-canary.3
Bug Fixes
- dont mangle passed tsconfig on bundle & cleanup on error (624b8e4)
v1.3.1-canary.2
Bug Fixes
- Use type-fest/TsConfigJson instead of esbuild/TsconfigRaw (#21) (011f0a9)
v1.3.1-canary.1
Bug Fixes
- prefix node imports for compatibility with deno & bun (80797db)
- write temporary tsconfig when passing only an config object (0251cfa), closes #17
v1.3.0
1.3.0 (2024-07-24)
Bug Fixes
- add conditional exports to package.json (#16) (d6e3f70)
Features
Other Changes
- (docs) add esm import example to readme (32df541)
v1.3.0-canary.2
Bug Fixes
- force new version (afc54bd)
- declaration bundling (#14)
v1.2.3
1.2.3 (2024-01-19)
Bug Fixes
- forward typescript compiler error detail to esbuild (1711edd)
- use correct node_modules cache path (02d72a7)
v1.2.3-canary.1
Bug Fixes
- use correct node_modules cache path (f46c779)
v1.2.2
1.2.2 (2023-12-13)
Bug Fixes
- enable release provenance (aff234b)
- store buildinfo in node_modules cache dir for ci caching (d4bc396)
- properly resolve module paths when locating extended tsconfigs (ba0bccc)
- fix barrel exports (8d9e56c)
v1.2.2-canary.2
Bug Fixes
- enable release provenance (aff234b)