Releases: alanscodelog/tsconfigs
Releases · alanscodelog/tsconfigs
v6.3.1
Compare
Sorry, something went wrong.
No results found
v6.3.0
Compare
Sorry, something went wrong.
No results found
6.3.0 (2026-03-23)
⭐ New Features
added trusted publishing (6eb5bed )
🐛 Fixes
removed old importsNotUsedAsValues (f515f1a )
v6.2.0
Compare
Sorry, something went wrong.
No results found
6.2.0 (2025-09-14)
⭐ New Features
added vueCompilerOptions (d36ef28 )
v6.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v6.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v5.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
4.0.1 (2024-01-28)
◀️ Reverts
"feat: added noUncheckedIndexedAccess" (972dd0f )
v3.3.0
Compare
Sorry, something went wrong.
No results found
3.3.0 (2024-01-28)
⭐ New Features
added noUncheckedIndexedAccess (ff3b9d2 )
separated out eslint config (5c55123 )
🐛 Fixes