Skip to content

Releases: alanscodelog/tsconfigs

v6.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 23:49

6.3.1 (2026-06-04)

v6.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 15:56

6.3.0 (2026-03-23)

⭐ New Features

added trusted publishing (6eb5bed)

🐛 Fixes

removed old importsNotUsedAsValues (f515f1a)

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:59

6.2.0 (2025-09-14)

⭐ New Features

added vueCompilerOptions (d36ef28)

v6.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 22:05

6.1.0 (2025-07-26)

⭐ New Features

disabled noUncheckedIndexedAccess (1207a60)

Thought I had, but seems to be not enough just to remove it, it must be false.

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 22:53

6.0.1 (2025-04-21)

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 17:35

6.0.0 (2025-04-19)

Features

added "erasableSyntaxOnly" true (d660ae5)

BREAKING CHANGE: "ersableSyntaxOnly" requires removing non-erasable syntax like
enums.

BREAKING CHANGES

  • "ersableSyntaxOnly" requires removing non-erasable syntax like
    enums.

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Oct 15:23

5.0.1 (2024-10-09)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 21:52

5.0.0 (2024-10-08)

Bug Fixes

fixed husky hooks (73992b3)

workaround for importsNotUsedAsValues issue (f3875ae)

fixed octal escape error (e508d0f)

Features

changed to module (8f41d39)

Code Refactoring

refactored with new vite and eslint configs in mind (b1c8ba5)

BREAKING CHANGE: Requires use of latest vite and eslint config packages.

BREAKING CHANGES

  • Requires use of latest vite and eslint config packages.

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:48

4.0.1 (2024-01-28)

◀️ Reverts

  • "feat: added noUncheckedIndexedAccess" (972dd0f)

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 15:14

3.3.0 (2024-01-28)

⭐ New Features

  • added noUncheckedIndexedAccess (ff3b9d2)
  • separated out eslint config (5c55123)

🐛 Fixes