Thanks to visit codestin.com
Credit goes to github.com

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

30 Dec 15:42

Choose a tag to compare

  • 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

21 Dec 13:58

Choose a tag to compare

0.3.4

23 Nov 17:19

Choose a tag to compare

  • Polish
    • handle empty object and primitives in RequiredKeys and OptionalKeys (@ajafff)

0.3.3

21 Nov 08:21

Choose a tag to compare

  • New Feature
  • Bug Fix
    • KeysOfType now handles optional keys, fix #34 (@gcanti)

0.3.2

28 Sep 15:05

Choose a tag to compare

  • Bug Fix
    • use never instead of undefined in Exact definition, fix #31 (thanks @leighman)

0.3.1

25 Jun 07:44

Choose a tag to compare

0.3.0

20 Jun 09:03

Choose a tag to compare

0.2.4

06 Jun 16:29

Choose a tag to compare

0.2.3

13 Jan 08:20

Choose a tag to compare

  • New Feature

0.2.2

29 Nov 07:10
397461d

Choose a tag to compare

  • New Feature
    • add Required, Purify, NonNullable, closes #15 (@gcanti)