Type Fest Versions Save

A collection of essential TypeScript types

v4.11.1

2 months ago
  • OmitDeep: Fix internally imported type (#824) 2061925

https://github.com/sindresorhus/type-fest/compare/v4.11.0...v4.11.1

v4.11.0

2 months ago

New types

Improvements

  • Tagged: Add metadata support (#723) 3ec8dba

https://github.com/sindresorhus/type-fest/compare/v4.10.3...v4.11.0

v4.10.3

2 months ago
  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764) 2f4b55a

https://github.com/sindresorhus/type-fest/compare/v4.10.2...v4.10.3

v4.10.2

3 months ago
  • MergeDeep: Fix compatibility with TypeScript 5.4 (#807) 5f6165a

https://github.com/sindresorhus/type-fest/compare/v4.10.1...v4.10.2

v4.10.1

3 months ago
  • Fix support for exactOptionalPropertyTypes: true tsconfig (#804) a54e313

https://github.com/sindresorhus/type-fest/compare/v4.10.0...v4.10.1

v4.10.0

3 months ago
  • 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

https://github.com/sindresorhus/type-fest/compare/v4.9.0...v4.10.0

v4.9.0

4 months ago

New types

Improvements

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

https://github.com/sindresorhus/type-fest/compare/v4.8.3...v4.9.0

v4.8.3

5 months ago
  • 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

https://github.com/sindresorhus/type-fest/compare/v4.8.2...v4.8.3

v4.8.2

6 months ago
  • DelimiterCasedPropertiesDeep: Fix handing of string (#768) e26c779

https://github.com/sindresorhus/type-fest/compare/v4.8.1...v4.8.2

v4.8.1

6 months ago
  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#745)" 1b25feb
    • It caused problems when DOM types are not available.

https://github.com/sindresorhus/type-fest/compare/v4.8.0...v4.8.1