Releases: octokit/tsconfig
Releases · octokit/tsconfig
v4.0.0
4.0.0 (2024-09-24)
Features
- enable
exactOptioanlPropertyTypes
option (#30) (1dc9e40), closes #29
BREAKING CHANGES
- Required, but potentially undefined does not have the same intent as optional. This
rule will enforce us to be explicit in our type declarations and how we expect octokit APIs should
be used.
v3.1.0
3.1.0 (2024-04-03)
Features
v3.0.0
3.0.0 (2024-02-17)
Features
BREAKING CHANGES
v2.0.0
2.0.0 (2023-06-06)
Features
- add
verbatimModuleSyntax
compiler option (#15) (6341002)
BREAKING CHANGES
- this will throw errors during Typescript compilation when types are not imported using the
import type
keywords.
v1.0.2
1.0.2 (2021-01-25)
Bug Fixes
- deps: lock file maintenance (d7df763)
v1.0.1
1.0.1 (2020-10-01)
Bug Fixes
- remove include property from tsconfig (3245c7f)