Skip to content

Releases: sindresorhus/type-fest

v4.14.0

24 Mar 07:01
Compare
Choose a tag to compare

v4.13.1

20 Mar 08:09
Compare
Choose a tag to compare
  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#836) a186adb

v4.13.0...v4.13.1

v4.13.0

19 Mar 08:25
Compare
Choose a tag to compare

New types

Improvements

Fixes

  • SetParameterType: Fix compatibility with TypeScript 5.4 (#835) 2bc451e
  • OmitDeep: Fix handling for when the given path is not matched (#834) 4f14bff

v4.12.0...v4.13.0

v4.12.0

08 Mar 16:52
Compare
Choose a tag to compare

v4.11.1

05 Mar 06:14
Compare
Choose a tag to compare
  • OmitDeep: Fix internally imported type (#824) 2061925

v4.11.0...v4.11.1

v4.11.0

04 Mar 08:43
Compare
Choose a tag to compare

New types

Improvements

v4.10.3...v4.11.0

v4.10.3

22 Feb 07:15
Compare
Choose a tag to compare
  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764) 2f4b55a

v4.10.2...v4.10.3

v4.10.2

30 Jan 12:05
Compare
Choose a tag to compare
  • MergeDeep: Fix compatibility with TypeScript 5.4 (#807) 5f6165a

v4.10.1...v4.10.2

v4.10.1

24 Jan 08:11
Compare
Choose a tag to compare
  • Fix support for exactOptionalPropertyTypes: true tsconfig (#804) a54e313

v4.10.0...v4.10.1

v4.10.0

22 Jan 18:56
Compare
Choose a tag to compare
  • Get: Fix handling of readonly array (#799) 4a38651
  • SharedUnionFieldsDeep: Skip if input type is not a union type (#798) 6f1db93
  • DelimiterCasedPropertiesDeep: Don't recurse into intersection type that include primitive value (#789) eb96609
  • Merge: Don't turn undefined into optional key (#787) 0aec247

v4.9.0...v4.10.0