Releases: sindresorhus/type-fest
Releases · sindresorhus/type-fest
v0.11.0
New types
- Add
PromiseValue
type (#75) 7fe70fd - Add
AsyncReturnType
type (#78) ae34d9e - Add
ConditionalKeys
type (#76) 8a908a3 - Add
ConditionalPick
type (#76) 8a908a3 - Add
ConditionalExcept
type (#76) 8a908a3
Enhancements
v0.10.0
v0.9.0
v0.8.1
v0.8.0
v0.7.1
- Fix filename typo 9ffc7c8
v0.7.0
v0.6.0
Breaking:
- Rename the
Omit
type toExcept
(#44) cfac1de
We had to rename this type because TypeScript 3.5 introduced a type with the same name, but less strict... Read more here.
Enhancements:
Fixes:
- Add missing Yarn field to the
PackageJson
type 5809b49
v0.5.2
- Revert "Add
typescript
as peer dependency" (See #36 (comment)) e06bec8