Skip to content

Releases: einride/tsconfig

v2.1.1

10 Apr 06:49
Compare
Choose a tag to compare

2.1.1 (2024-04-10)

Bug Fixes

  • use master instead of main (498a8d5)

v2.1.0

16 Jan 07:22
Compare
Choose a tag to compare

2.1.0 (2024-01-16)

Features

  • set module detection to force (b599dc6)

v2.0.1

24 Apr 08:28
Compare
Choose a tag to compare

2.0.1 (2023-04-24)

Bug Fixes

  • publish with provenance (492a8d3)

v2.0.0

11 Apr 09:28
Compare
Choose a tag to compare

2.0.0 (2023-04-11)

⚠ BREAKING CHANGES

  • require typescript v5
  • change module resolution to bundler
  • enable noUncheckedIndexedAccess rule

Features

  • change module resolution to bundler (a2c29d4)
  • enable noUncheckedIndexedAccess rule (f30b4a4)
  • require typescript v5 (041a22d)

v2.0.0-beta.3

31 Mar 09:37
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2023-03-31)

Features

v2.0.0-beta.2

31 Mar 08:54
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-03-31)

⚠ BREAKING CHANGES

  • require typescript v5

Features

v2.0.0-beta.1

31 Mar 08:52
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-03-31)

⚠ BREAKING CHANGES

  • change module resolution to bundler
  • disable esModuleInterop and enable allowSyntheticDefaultImports
  • enable noUncheckedIndexedAccess rule

Features

  • change module resolution to bundler (1a4bd7c)
  • disable esModuleInterop and enable allowSyntheticDefaultImports (88c9800)
  • enable noUncheckedIndexedAccess rule (75008fc)

v1.0.1

05 Oct 06:46
Compare
Choose a tag to compare

1.0.1 (2022-10-05)

Bug Fixes

v1.0.0

10 Feb 12:04
Compare
Choose a tag to compare

1.0.0 (2022-02-10)

Features

Bug Fixes

  • add moduleResolution option as it's required for resolveJsonModule (6253ef8)
  • format code of conduct (02e1b7d)
  • remove baseUrl option as the path is relative to this tsconfig (daa3583)
  • temporarily hide the badges (94620e6)
  • update shield badges (105aab5)