Changelog
0.9.8
Changelog
0.9.6
recursive
combinator
RT
now must extend Type<mixed, A>
(@gcanti)Changelog
0.9.5
mixed
type (@gcanti)any
with mixed
in all input type parameters (@gcanti)
-export class StringType extends Type<any, string> {
+export class StringType extends Type<mixed, string> {
}
Changelog
0.9.4
Changelog
0.9.2
Decoder
/ Encoder
interfaces (@sledorze, @gcanti)