Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 13:18
· 12 commits to main since this release
91e441e

Patch Changes

  • d210075 Thanks @lukemorales! - Fix exhaustive compile checks

    With the added support of exhaustive boolean checks, TypeScript stopped complaining if a key was missing in the exhaustive object due to how the new types were declared. The types were adjusted to bring back the expected behavior of TypesScript complaining at compile-time if you forget to handle all the use-cases.