Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v2.5.0

Choose a tag to compare

@gcanti gcanti released this 22 Sep 08:04
· 218 commits to master since this release
  • New Feature
    • check if the type returned by a union dispatch function is correct, fix #136 (thanks @fcracker79)
    • added refinement alias to subtype (which is deprecated), fix #140
  • Internal
    • optimisations: for identity types return early in production, fix #135 (thanks @fcracker79)
    • exposed getDefaultName on combinator constructors