Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 23 May 18:58
· 316 commits to master since this release

   🚀 Features

  • bench:
    • Format threading benchmark restore + @ttsc/lint files-scope format guard  -  by @samchon and Claude Opus 4.7 (1M context) in #124 (f764f)
  • cli:
    • Forward tsgo flags through ttsc and ttsx  -  by @samchon and Claude Opus 4.7 (1M context) in #113 (d1562)
  • lint:
    • Performance optimization reducing fixed costs.  -  by @samchon and Claude Opus 4.7 (1M context) in #122 (b84c7)
    • Parallelize Engine.Run, restore dashboard stacks, add Format benchmark category  -  by @samchon and Claude Opus 4.7 (1M context) in #123 (15fc8)
  • test:
    • Add nestia compatibility workflow  -  by @samchon and Claude Opus 4.7 (1M context) in #106 (28039)
  • website:
    • Performance benchmark and a little bit optimizations  -  by @samchon and Claude Opus 4.7 (1M context) in #114 (786ea)
    • Refreshed benchmark.json  -  by @samchon and Claude Opus 4.7 (1M context) in #126 (cd0f0)

   🐞 Bug Fixes

  • lint: Withdraw ESLint config support, repair the formatter, and move plugin options to config files  -  by @samchon and Claude Opus 4.7 (1M context) in #104 (50d86)
  • ttsc: Rewrite TS extension imports for emit  -  by @resolvicomai and Copilot Autofix powered by AI in #105 (69d42)

   🏎 Performance

  • ttsc: Drop SingleThreaded so TypeScript-Go parses/checks/emits in parallel  -  by @samchon and Claude Opus 4.7 (1M context) in #112 (5cc62)
    View changes on GitHub