This repository was archived by the owner on Feb 16, 2021. It is now read-only.
v2.5.0
- New Feature
- check if the type returned by a union dispatch function is correct, fix #136 (thanks @fcracker79)
- added
refinementalias tosubtype(which is deprecated), fix #140
- Internal
- optimisations: for identity types return early in production, fix #135 (thanks @fcracker79)
- exposed
getDefaultNameon combinator constructors