Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 17:16
· 2 commits to main since this release
1dc9e40

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.