Skip to content

Releases: octokit/tsconfig

v4.0.0

24 Sep 17:16
1dc9e40
Compare
Choose a tag to compare

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

03 Apr 18:59
a9afd7f
Compare
Choose a tag to compare

3.1.0 (2024-04-03)

Features

v3.0.0

17 Feb 18:48
dbb8d48
Compare
Choose a tag to compare

3.0.0 (2024-02-17)

Features

BREAKING CHANGES

  • migrate to ESM settings

v2.0.0

06 Jun 21:28
6341002
Compare
Choose a tag to compare

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

25 Jan 17:45
d7df763
Compare
Choose a tag to compare

1.0.2 (2021-01-25)

Bug Fixes

  • deps: lock file maintenance (d7df763)

v1.0.1

01 Oct 23:06
3245c7f
Compare
Choose a tag to compare

1.0.1 (2020-10-01)

Bug Fixes

  • remove include property from tsconfig (3245c7f)

v1.0.0

01 Oct 20:59
Compare
Choose a tag to compare

initial version (#1) (d63752e)