Skip to content

Releases: gjuchault/typescript-library-starter

v5.0.0

18 Dec 17:31
d437d61
Compare
Choose a tag to compare

5.0.0 (2023-12-18)

Features

BREAKING CHANGES

  • switched back to esbuild's bundling, which goes well with api-extractor

  • chore(npm): commit package-lock

  • fix-up: tsx over .ts files

  • fix: switch to swc-register to be able to run coverage

  • feat: use esbuild-register instead

v4.0.4

21 Nov 16:39
30bb889
Compare
Choose a tag to compare

4.0.4 (2023-11-21)

Bug Fixes

  • packages: remove unused source-map-support (30bb889)

v4.0.3

21 Nov 08:56
ea03a5a
Compare
Choose a tag to compare

4.0.3 (2023-11-21)

Bug Fixes

  • tests: ignore no-floating-promises on tests (061c242)

v4.0.2

24 Oct 07:56
e7354fe
Compare
Choose a tag to compare

4.0.2 (2023-10-24)

Bug Fixes

  • tsconfig: use lib es2023 with node 21 (e7354fe)

v4.0.1

24 Oct 07:54
3376aa7
Compare
Choose a tag to compare

4.0.1 (2023-10-24)

Bug Fixes

  • esbuild: target node 21 (3376aa7)

v4.0.0

24 Oct 07:29
3660a2c
Compare
Choose a tag to compare

4.0.0 (2023-10-24)

Features

  • node: upgrade to Node.js 21, use native test runner (3660a2c)

BREAKING CHANGES

  • node: Use native test runner instead of vite

v3.4.3

23 Oct 15:38
014dfcd
Compare
Choose a tag to compare

3.4.3 (2023-10-23)

Bug Fixes

  • add vscode task && use node native assert (014dfcd)

v3.4.2

19 Oct 16:40
8b8f527
Compare
Choose a tag to compare

3.4.2 (2023-10-19)

Bug Fixes

  • coverage: use coverage in ci, install vitest coverage (8b8f527)

v3.4.1

19 Oct 16:33
bc42586
Compare
Choose a tag to compare

3.4.1 (2023-10-19)

Bug Fixes

  • audit & upgrade packages (bc42586)

v3.4.0

16 Aug 08:01
54bbe70
Compare
Choose a tag to compare

3.4.0 (2023-08-16)

Features

  • node: upgrade to 18.17.1 (54bbe70)