Releases: gcanti/io-ts
Releases · gcanti/io-ts
1.6.0
Important. This version requires [email protected]+
- New Feature
- leverage
[email protected]
(@gcanti)TypeC
PartialC
RecordC
UnionC
ReadonlyC
StrictC
TaggedUnionC
- leverage
1.5.3
- Bug Fix
- Experimental
- add intermediary interfaces, closes #165 (@gcanti)
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
- add intermediary interfaces, closes #165 (@gcanti)
- Polish
- use rest elements in tuple types (
[email protected]
feature) (@gcanti) union
should handle zero types (@gcanti)intersection
should handle zero / one types (@gcanti)
- use rest elements in tuple types (
- Deprecation
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
- New Feature
- use
unknown
asmixed
(@gcanti)
- use
Note. If you are running < [email protected]
you have to polyfill unknown
.
You can use unknown-ts as a polyfill.