Changelog
1.6.1
taggedUnion
should handle sub unions / tagged unions correctly, closes #257 (@gcanti)union
with the same algorithm used in taggedUnion
(@gcanti)Changelog
1.6.0
Important. This version requires typescript@3.2.2+
typescript@3.2.2
(@gcanti)
TypeC
PartialC
RecordC
UnionC
ReadonlyC
StrictC
TaggedUnionC
Changelog
1.5.3
NullC
UndefinedC
VoidC
AnyC
UnknownC
NeverC
StringC
NumberC
BooleanC
UnknownArrayC
UnknownRecordC
ObjectC
FunctionC
RefinementC
LiteralC
KeyofC
ArrayC
TypeC
PartialC
RecordC
UnionC
IntersectionC
TupleC
ReadonlyC
ReadonlyArrayC
StrictC
TaggedUnionC
ExactC
typescript@3.0.1
feature) (@gcanti)union
should handle zero types (@gcanti)intersection
should handle zero / one types (@gcanti)clean
(@gcanti)alias
(@gcanti)PropsOf
type (@gcanti)Exact
type (@gcanti)Changelog
1.5.0
UnknownType
, closes #238 (@gcanti)ThrowReporter
is now deprecated (@gcanti)Changelog
1.4.1
Type.prototype.pipe
now allows more types as input, #231 #232 (@sledorze)