Skip to content

Releases: ArtemKlyuev/esbuild-plugin-d-ts-path-alias

v4.2.0

16 Jun 14:09
Compare
Choose a tag to compare

4.2.0 (2023-06-16)

Features

  • add support for esbuild version 0.18 (5de1df2)

v4.1.0

03 May 10:29
Compare
Choose a tag to compare

4.1.0 (2023-05-03)

Bug Fixes

  • error if no outdir and outfile was provided to esbuild (b08c0e1)

Features

  • add support for different esbuild entryPoints (cb6d632)
  • print compilerOptions used by plugin in debug mode (4ee9168)

v4.0.0

01 May 18:32
Compare
Choose a tag to compare

4.0.0 (2023-05-01)

Bug Fixes

Features

  • add exports field to package.json (1197054)
  • set "type": "module" for package (fd53b41)

BREAKING CHANGES

  • remove main, module, typings fields from package.json

v4.0.0-beta.3

01 May 12:12
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2023-05-01)

Bug Fixes

v4.0.0-beta.2

01 May 11:05
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2023-05-01)

Bug Fixes

v4.0.0-beta.1

01 May 09:02
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2023-05-01)

Bug Fixes

Features

  • add exports field to package.json (1197054)
  • set "type": "module" for package (fd53b41)

BREAKING CHANGES

  • remove main, module, typings fields from package.json

v3.0.0

30 Apr 17:27
Compare
Choose a tag to compare

3.0.0 (2023-04-30)

breaking

BREAKING CHANGES

  • update required typescript version to >=5
  • update required esbuild version to ^0.17.0
  • update required nodejs version to >=16.10.0

v2.0.0

09 Sep 14:21
Compare
Choose a tag to compare

2.0.0 (2022-09-09)

Bug Fixes

  • restrict maximum typescript version as less than 4.8 (97e0c0f)

BREAKING CHANGES

  • maximum typescript version should not be 4.8 or higher

v1.1.0

18 Aug 11:32
Compare
Choose a tag to compare

1.1.0 (2022-08-18)

Features

  • add additional info in debug logs, set noEmit to false (0268fe6)
  • add logger success method (800dc91)

v1.0.1

18 Aug 07:41
Compare
Choose a tag to compare

1.0.1 (2022-08-18)

Bug Fixes

  • empty build in npm registry (c0671e9)