This repository was archived by the owner on Feb 16, 2021. It is now read-only.
v3.1.0
- New Feature
- add
t.Integerto standard types - add
t.Typeto standard types interfacecombinator, fix #195, docs (thanks @ctrlplusb)- add interface support to fromJSON (@minedeljkovic)
- add support for extending refinements, fix #179, docs
strictoption for structs and interfaces, fix #203, docs- Chrome Dev Tools custom formatter for tcomb types docs
- add
- Bug Fix
- More intelligent immutability update handling, fix #199 (thanks @ctrlplusb)
- func combinator: support optional arguments, fix #198 (thanks @ivan-kleshnin)
- Internal
- add "Struct" prefix to structs default name
mixin()now allows identical references for overlapping properties