v0.3.0
- ✨ feat (BREAKING CHANGE): Analyzer is now only called when type-level validation does not pass. Note that the function signature of
Analyzer
is also changed accordingly. - ✨ feat: Assume validation fails when validator evaluates to never.
- 🐞 fix: Fix the BUG that
Stringify
evaluates tonever
when stringifying a function with parameter typenever
.