Releases: gcanti/typelevel-ts
Releases · gcanti/typelevel-ts
0.4.0
- Breaking Change
- remove
Omit
type, use built-in instead (@gcanti)
- Bug Fix
- rewrite
Overwrite
definition using built-in Omit
, fix #43 (@looading)
0.3.4
- Polish
- handle empty object and primitives in
RequiredKeys
and OptionalKeys
(@ajafff)
0.3.3
- New Feature
- Bug Fix
- KeysOfType now handles optional keys, fix #34 (@gcanti)
0.3.2
- Bug Fix
- use
never
instead of undefined
in Exact
definition, fix #31 (thanks @leighman)
0.2.2
- New Feature
- add
Required
, Purify
, NonNullable
, closes #15 (@gcanti)