Type Fest Versions Save

A collection of essential TypeScript types

v4.15.0

3 weeks ago

New types

Fixes

  • ConditionalKeys: Fix TypeScript 5.4 compatibility (#852) 0fb2d62
  • WritableDeep: Fix TypeScript 5.4 compatibility (#839) 2878773
  • ReadonlyDeep: Fix TypeScript 5.4 compatibility (#839) 2878773

https://github.com/sindresorhus/type-fest/compare/v4.14.0...v4.15.0

v4.13.1

1 month ago
  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#836) a186adb

https://github.com/sindresorhus/type-fest/compare/v4.13.0...v4.13.1

v4.13.0

1 month ago

New types

Improvements

  • ArraySlice: Support array spread (#832) d2d0d01

Fixes

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

https://github.com/sindresorhus/type-fest/compare/v4.12.0...v4.13.0

v4.11.1

1 month ago
  • OmitDeep: Fix internally imported type (#824) 2061925

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

v4.11.0

1 month 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