Releases: cloudwego/abcoder
Releases · cloudwego/abcoder
v0.2.2
v0.2.1
What's Changed
- fix:(python/java) env setup by @Hoblovski in #94
- fix:(rust) automatically install rust-analyzer by @AsterDY in #97
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
TypeParameterin #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
- @angrychow made their first contribution in #65
- @masonsxu made their first contribution in #84
- @anup-a made their first contribution in #75
- @Huabuxiu made their first contribution in #88
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- (fix) output instability by @Hoblovski in #55
- feat: Python parser by @Hoblovski in #53
- feat(uniast): add
Repository.Pathfield by @AsterDY in #58 - feat(go/parser): add visited map for getNamedTypes by @Skyenought in #59
New Contributors
- @Skyenought made their first contribution in #59
Full Changelog: v0.1.1...v0.1.2