Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Releases: gcanti/typelevel-ts

0.4.0

Choose a tag to compare

@gcanti gcanti released this 30 Dec 15:42
  • Breaking Change
    • remove Omit type, use built-in instead (@gcanti)
  • Bug Fix
    • rewrite Overwrite definition using built-in Omit, fix #43 (@looading)

0.3.5

Choose a tag to compare

@gcanti gcanti released this 21 Dec 13:58

0.3.4

Choose a tag to compare

@gcanti gcanti released this 23 Nov 17:19
  • Polish
    • handle empty object and primitives in RequiredKeys and OptionalKeys (@ajafff)

0.3.3

Choose a tag to compare

@gcanti gcanti released this 21 Nov 08:21
  • New Feature
  • Bug Fix
    • KeysOfType now handles optional keys, fix #34 (@gcanti)

0.3.2

Choose a tag to compare

@gcanti gcanti released this 28 Sep 15:05
  • Bug Fix
    • use never instead of undefined in Exact definition, fix #31 (thanks @leighman)

0.3.1

Choose a tag to compare

@gcanti gcanti released this 25 Jun 07:44

0.3.0

Choose a tag to compare

@gcanti gcanti released this 20 Jun 09:03
  • Breaking Change
    • upgrade to typescript@2.9.x (@gcanti)

0.2.4

Choose a tag to compare

@gcanti gcanti released this 06 Jun 16:29
  • Internal
    • support typescript@2.8.3 (@gcanti)

0.2.3

Choose a tag to compare

@gcanti gcanti released this 13 Jan 08:20
  • New Feature

0.2.2

Choose a tag to compare

@gcanti gcanti released this 29 Nov 07:10
397461d
  • New Feature
    • add Required, Purify, NonNullable, closes #15 (@gcanti)