Skip to content

Releases: cloudwego/abcoder

v0.2.2

13 Oct 08:35
7b4eb5b

Choose a tag to compare

What's Changed

  • feat: dynamically set AST version and tool version
  • fix(ts): fix several bugs in ts
  • fix(golang): lose the 'method call' by 'global var'

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 Sep 10:30
989ceaf

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Sep 06:22
b65f2f0

Choose a tag to compare

Feature

  • (ts/js): support TypeScript/JavaScript parser in #72, #75
  • (java): support Java parser in #88
  • (python/rust): setup dependency environment automatically in #91, #90
  • (go): support collect TypeParameter in #71

Bugfix

  • (llm): ASTReadTools.GetASTNode didn't return its mod_path and pkg_path in #65
  • (go): Go parser fails to extract a package-level variable usage in #67
  • (go): isSysPkg inference logic (#66) and Writer bugs (#61) #87

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

06 Aug 11:21
a138ec7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Jul 07:09
c5fbc58

Choose a tag to compare

What's Changed

  • fix:(go) File.Pacakge wrongly replaced by test package by @AsterDY in #52

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Jul 13:44
e776108

Choose a tag to compare

Feature

  • support MCP server
  • support Code-Analysis Agent