Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 8.75 KB

File metadata and controls

96 lines (59 loc) · 8.75 KB

Changelog

3.0.0-rc.1 (2026-03-21)

Features

BREAKING CHANGES

  • Drop support for Node 18
  • Minimum supported TypeScript version is now 5.5.2
  • Dropped CJS build.
  • Removed deprecated API functions.

Co-authored-by: Kevin Deng sxzz@sxzz.moe Co-authored-by: Kevin Deng hi@sxzz.moe Co-authored-by: fisker Cheung lionkay@gmail.com Co-authored-by: Kirk Waiblinger 53019676+kirkwaiblinger@users.noreply.github.com Co-authored-by: Josh Goldberg git@joshuakgoldberg.com

2.5.0 (2026-03-19)

Bug Fixes

  • crash in getWellKnownSymbolPropertyOfType for mapped typeof symbol (#698) (e97334e)
  • empty commit for publish with provenance (3f5203c)
  • enable stripInternal to avoid exposing type augmentations (#765) (77b8485), closes #759
  • isPropertyReadonlyInType crash on readonly array of a generic arrow function parameter (#757) (691cb33), closes #754

Features

2.4.0 (2026-03-05)

Bug Fixes

  • crash in getWellKnownSymbolPropertyOfType for mapped typeof symbol (#698) (e97334e)
  • empty commit for publish with provenance (3f5203c)
  • enable stripInternal to avoid exposing type augmentations (#765) (77b8485), closes #759
  • isPropertyReadonlyInType crash on readonly array of a generic arrow function parameter (#757) (691cb33), closes #754

Features

1.4.3 (2024-11-29)

Bug Fixes

  • make isTypeParameter no longer a typeguard (#597) (128237f)

1.4.2 (2024-11-26)

Bug Fixes

  • remove .value field from type declarations for boolean literal types (#535) (12df298), closes #528

Performance Improvements

1.4.0 (2024-10-30)

Bug Fixes

Features

1.2.1 (2024-2-6)

Bug Fixes

1.2.0 (2024-2-5)

Bug Fixes

  • empty fix commit to test release flow (81f467a)

Features