Skip to content

Releases: sindresorhus/type-fest

v3.5.5

04 Feb 05:55
Compare
Choose a tag to compare
  • PackageJson: Make Imports object properties optional (#551) a729046

v3.5.4...v3.5.5

v3.5.4

30 Jan 11:30
Compare
Choose a tag to compare
  • JsonValue: Fix support for readonly arrays (#549) 311051c

v3.5.3...v3.5.4

v3.5.3

20 Jan 08:11
Compare
Choose a tag to compare
  • Exact: Fix handling of deep optional unions (#546) 5125e1b

v3.5.2...v3.5.3

v3.5.2

15 Jan 02:07
Compare
Choose a tag to compare
  • CamelCase: Fix some cases where it would incorrectly resolve to never
  • Trim: Remove all whitespace, not just spaces

v3.5.1...v3.5.2

v3.5.1

04 Jan 23:10
Compare
Choose a tag to compare

v3.5.0...v3.5.1

v3.5.0

25 Dec 23:11
Compare
Choose a tag to compare

New types

Improvements

  • Join: Support const tuple values (#533) db81191
  • TsConfigJson: Sync with latest TypeScript version (#529) 9f04028

Fixes

  • CamelCase: Fix handling of non-literal strings (#531) 00b13f8

v3.4.0...v3.5.0

v3.4.0

13 Dec 13:24
Compare
Choose a tag to compare

New types

Fixes

v3.3.0...v3.4.0

v3.3.0

28 Nov 09:04
Compare
Choose a tag to compare

Improvements

  • Jsonify: Add "jump to definition" and any support (#519) 2071f47

Fixes

  • SetNonNullable: Fix usage in type predicate context (#515) 9bae03b

v3.2.0...v3.3.0

v3.2.0

05 Nov 14:27
Compare
Choose a tag to compare

New types

Improvements

Fixes

v3.1.0...v3.2.0

v3.1.0

09 Oct 16:17
Compare
Choose a tag to compare
  • Add (experimental) MergeDeep type (#452) fedbc44
    • Feedback wanted
  • SetNonNullable: Make it possible to apply it to all keys (#482) 7d492c8
    • Just leave out the second generic parameter to make it apply to all keys.

v3.0.0...v3.1.0