Releases: Snowflyt/typroof
Releases · Snowflyt/typroof
v0.3.5
- 🐞 fix: Fix the BUG that
Stringify
cannot handle {}
type correctly.
v0.3.4
- 🐞 fix: Fix the BUG that
Stringify
cannot handle circular reference function type correctly.
v0.3.3
- ✨ feat: Add
Stringify
support for function overloads.
- 🐞 fix: Fix the BUG that
Stringify
cannot handle circular reference type correctly.
v0.3.2
- ✨ feat: Remove dependency for chalk.
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 to never
when stringifying a function with parameter type never
.
v0.2.11
- ✨ feat: More readable compile-time error message
v0.2.10
- 🐳 chore: Update version of
ts-morph
(to support TypeScript 5.6)
v0.2.9
- ✨ feat: Support customize configuration file path
- 🐳 chore: Update version of
ts-morph
(to support TS 5.5)
v0.2.8
- 🐳 chore: Update dependencies
v0.2.7
- 🐳 chore: Upgrade version of
ts-morph
(to support TS 5.4)