Skip to content

Releases: sindresorhus/type-fest

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

v4.9.0

27 Dec 17:13
Compare
Choose a tag to compare

New types

Improvements

  • ReadonlyDeep: Fix usage with properties defined with void (#782) a919f93
  • ConditionalPickDeep: Support interface (#776) ebb7a59

v4.8.3...v4.9.0

v4.8.3

02 Dec 13:05
Compare
Choose a tag to compare
  • MergeDeep: Fix optional key when value type is any or never (#777) 609c097
  • Paths: Ensure it doesn't recurse into Map or Set's prototype properties (#772) 6759853

v4.8.2...v4.8.3

v4.8.2

21 Nov 10:41
Compare
Choose a tag to compare
  • DelimiterCasedPropertiesDeep: Fix handing of string (#768) e26c779

v4.8.1...v4.8.2

v4.8.1

17 Nov 12:24
Compare
Choose a tag to compare
  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#745)" 1b25feb
    • It caused problems when DOM types are not available.

v4.8.0...v4.8.1