Releases: flex-development/tsconfig-types
Releases · flex-development/tsconfig-types
2.0.1
2.0.0
2.0.0 (2022-12-05)
⚠ BREAKING CHANGES
- enums: remove
WatchDirectoryKind.PriorityPollingInterval
- deps-peer: bump @flex-development/tutils from 6.0.0-alpha.3 to 6.0.0-alpha.7
📦 Build
- deps-peer: bump @flex-development/tutils from 6.0.0-alpha.3 to 6.0.0-alpha.7 (11ac73f)
🤖 Continuous Integration
📝 Documentation
- related (e8840f3)
🐛 Fixes
- enums: remove
WatchDirectoryKind.PriorityPollingInterval
(c367d77)
🏡 Housekeeping
⚡ Refactors
- ts: ensure definitions are json-compatible (b1cd1af)
- ts: prevent re-opening of closed definitions (1459f07)
✅ Testing
- enums: add enum tests (9e797f3)
1.0.0
1.0.0 (2022-11-29)
📦 Build
- ts: ensure majority of build files are
.d.mts
(9b5dad2)
📝 Documentation
✨ Features
- enums:
ImportsNotUsedKind
(87909c5) - enums:
JsxEmit
(ee41dc1) - enums:
ModuleDetectionKind
(1ede894) - enums:
ModuleKind
(98e0e6c) - enums:
ModuleResolutionKind
(e55c109) - enums:
NewLineKind
(764d9e3) - enums:
PollingWatchKind
(621f558) - enums:
ScriptTarget
(c99aaea) - enums:
WatchDirectoryKind
(4c32420) - enums:
WatchFileKind
(d9d22a7) - interfaces:
BuildOptions
(b8bfa94) - interfaces:
CompilerOptions
(645b692) - interfaces:
Plugin
(61b9154) - interfaces:
ProjectReference
(7107ebe) - interfaces:
TSConfig
(c44785f) - interfaces:
TsNodeOptions
(f57e976) - interfaces:
TypeAcquisition
(daac132) - interfaces:
WatchOptions
(7b3fd13) - types:
CompilerOptionsValue
(8e46cfc) - types:
FallbackPolling
(2bd5c6e) - types:
ImportsNotUsedAsValues
(90e8391) - types:
Jsx
(04d1fdb) - types:
Lib
(ac5468f) - types:
Module
(d1d1dc6) - types:
ModuleDetection
(f763446) - types:
ModuleResolution
(ff2c5d6) - types:
NewLine
(7136b71) - types:
Paths
(f38e065) - types:
PollingWatch
(964c48f) - types:
Target
(7eb6d05) - types:
WatchDirectory
(62539f0) - types:
WatchFile
(143cac2)
🏡 Housekeeping
- github: add commit scope
enums
(631334d) - tests: re-organize tests (df80f1c)
- tests: setup type testing (1382bdd), closes vitest-dev/vitest#2300
- ts: enforce
exactOptionalPropertyTypes
(5d89573)