Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 17:53
· 529 commits to main since this release

6.0.0 (2022-02-02)

Features

  • add additional configuration that generates ES Modules (1e919ce)
  • add additional configurations for DOM and WebWorker environments (95b0fc1)
  • drop support for TypeScript <4.0 (9473a2a)
  • fix broken "extends" clause in CommonJS configurations (26e1aac)
  • require TypeScript >= 4.2 (4e4a18a)
  • require TypeScript >=4.5 (766597b)
  • set exactOptionalPropertyTypes option (1ecdbd9)
  • set noImplicitOverride option (c8ab892)
  • node: drop support for node ^13 || ^15 (33e3ec2)
  • set noPropertyAccessFromIndexSignature (2858e04)
  • set noUncheckedIndexedAccess option (00a093c)

BREAKING CHANGES