Skip to content

Releases: Floffah/esbuild-plugin-d.ts

v1.3.1

12 Oct 20:40
Compare
Choose a tag to compare

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

12 Oct 11:35
Compare
Choose a tag to compare
v1.3.1-canary.3 Pre-release
Pre-release

1.3.1-canary.3 (2024-10-12)

Bug Fixes

  • dont mangle passed tsconfig on bundle & cleanup on error (624b8e4)

v1.3.1-canary.2

12 Oct 11:04
Compare
Choose a tag to compare
v1.3.1-canary.2 Pre-release
Pre-release

1.3.1-canary.2 (2024-10-12)

Bug Fixes

  • Use type-fest/TsConfigJson instead of esbuild/TsconfigRaw (#21) (011f0a9)

v1.3.1-canary.1

11 Oct 09:49
Compare
Choose a tag to compare
v1.3.1-canary.1 Pre-release
Pre-release

1.3.1-canary.1 (2024-10-11)

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

24 Jul 14:49
Compare
Choose a tag to compare

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

21 Jun 15:58
Compare
Choose a tag to compare
v1.3.0-canary.2 Pre-release
Pre-release

1.3.0-canary.2 (2024-06-21)

Bug Fixes

  • force new version (afc54bd)
  • declaration bundling (#14)

v1.2.3

19 Jan 11:46
Compare
Choose a tag to compare

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

13 Dec 21:39
Compare
Choose a tag to compare
v1.2.3-canary.1 Pre-release
Pre-release

1.2.3-canary.1 (2023-12-13)

Bug Fixes

  • use correct node_modules cache path (f46c779)

v1.2.2

13 Dec 21:29
Compare
Choose a tag to compare

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

13 Dec 21:21
Compare
Choose a tag to compare
v1.2.2-canary.2 Pre-release
Pre-release

1.2.2-canary.2 (2023-12-13)

Bug Fixes

  • enable release provenance (aff234b)