Skip to content

Releases: Snowflyt/typroof

v0.3.5

22 Dec 09:27
Compare
Choose a tag to compare
  • 🐞 fix: Fix the BUG that Stringify cannot handle {} type correctly.

v0.3.4

18 Dec 12:35
Compare
Choose a tag to compare
  • 🐞 fix: Fix the BUG that Stringify cannot handle circular reference function type correctly.

v0.3.3

18 Dec 12:24
Compare
Choose a tag to compare
  • ✨ feat: Add Stringify support for function overloads.
  • 🐞 fix: Fix the BUG that Stringify cannot handle circular reference type correctly.

v0.3.2

17 Dec 04:24
Compare
Choose a tag to compare
  • ✨ feat: Remove dependency for chalk.

v0.3.0

26 Nov 06:01
Compare
Choose a tag to compare
  • ✨ 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

25 Nov 11:21
Compare
Choose a tag to compare
  • ✨ feat: More readable compile-time error message

v0.2.10

22 Oct 09:07
Compare
Choose a tag to compare
  • 🐳 chore: Update version of ts-morph (to support TypeScript 5.6)

v0.2.9

02 Jul 10:57
Compare
Choose a tag to compare
  • ✨ feat: Support customize configuration file path
  • 🐳 chore: Update version of ts-morph (to support TS 5.5)

v0.2.8

22 Jun 16:40
Compare
Choose a tag to compare
  • 🐳 chore: Update dependencies

v0.2.7

21 Mar 14:35
Compare
Choose a tag to compare
  • 🐳 chore: Upgrade version of ts-morph (to support TS 5.4)