Changelog
0.5.0 (2022-09-13)
ReturnTypeOfConstructor
MapPropsExtendType
to MapPropsByType
MapPropsByType
to MapPropsByExactType
ReplaceAllProps
to MapAllProps
ReplaceType
to Replace
OmitPropsExtendType
to OmitPropsByType
OmitPropsByType
to OmitPropsByExactType
KeysExcludeExtendType
to KeysExcludeByType
KeysExcludeByType
to KeysExcludeByExactType
KeysExtendType
to KeysByType
KeysByType
to KeysByExactType
MapPropsByKeyToOptional
to MapPropsToOptionalByKey
MapPropsByKeyToNonOptional
to MapPropsToNonOptionalByKey
add types from justypes@2 (d860c31)
remove ReturnTypeOfConstructor
(97c2619)
rename KeysByType
to KeysByExactType
(a70cfd7)
rename KeysExcludeByType
to KeysExcludeByExactType
(a651549)
rename KeysExcludeExtendType
to KeysExcludeByType
(f7911b0)
rename KeysExtendType
to KeysByType
(e6dbeaa)
rename MapPropsByKeyToNonOptional
to MapPropsToNonOptionalByKey
(46ee6bb)
rename MapPropsByKeyToOptional
to MapPropsToOptionalByKey
(b20333e)
rename MapPropsByType
to MapPropsByExactType
(4033860)
rename MapPropsExtendType
to MapPropsByType
(acdfafd)
rename OmitPropsByType
to OmitPropsByExactType
(11298ae)
rename OmitPropsExtendType
to OmitPropsByType
(4fc6c18)
rename ReplaceAllProps
to MapAllProps
(3f542c3)
rename ReplaceType
to Replace
(3e0f507)