Skip to content

v0.3.0

Compare
Choose a tag to compare
@Snowflyt Snowflyt released this 26 Nov 06:01
· 39 commits to main since this release
  • ✨ 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 to never when stringifying a function with parameter type never.