Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 03:00
· 47 commits to main since this release
v0.2.0
55c5f72

   🚀 Features

  • Proper argv flag parser replacing naive process.argv.includes()  -  by @antfu (0f66e)
  • Add typeWiden option to control literal type widening in snapshots  -  by @antfu and Claude Opus 4.6 (1M context) in #12 (295a3)
  • Add tsnapi/vitest sub-export for Vitest integration  -  by @antfu in #11 (a12a1)

   🐞 Bug Fixes

  • Support nested exports condition branches and add coverage #5  -  by duowenbo and GitHub Copilot in #5 (dfebe)
  • Remove comment stripping that breaks strings containing //  -  by @antfu and Claude Opus 4.6 (1M context) in #10 (ca0c9)
  • Apply omitArgumentNames to class methods, interfaces, and nested function types  -  by @antfu and Claude Opus 4.6 (1M context) in #14 (71f95)
    View changes on GitHub