Releases: antgroup/YASA-UAST
Releases · antgroup/YASA-UAST
Release refs/tags/v0.1.66
bugfix for array init (#35) Co-authored-by: benben.sap <[email protected]>
Release refs/tags/v0.1.65
Release refs/tags/v0.1.64
several features and bugfix (#34) * fix bug for .class access and negative number * java parser support array type * adjust loc of VariableDeclaration * adjust loc of VariableDeclaration * support varargs --------- Co-authored-by: benben.sap <[email protected]>
Release refs/tags/v0.1.63
fix: add `IsDefaultImport` meta field to identify default import (#33)
Release refs/tags/v0.1.62
fixbug: fix location for assign and arguments (#32) * fixbug: Differentiate VariableDeclaration and AssignmentExpression usage: - Use VariableDeclaration only for function parameters - Use AssignmentExpression for all assignment statements * fixbug: correct CallExpression location info for await function calls * fixbug: fix location for assign and arguments --------- Co-authored-by: 王雅仪 <[email protected]>
Release refs/tags/v0.1.61
fixbug: fix location exception (#31) * fixbug: Differentiate VariableDeclaration and AssignmentExpression usage: - Use VariableDeclaration only for function parameters - Use AssignmentExpression for all assignment statements * fixbug: correct CallExpression location info for await function calls --------- Co-authored-by: 王雅仪 <[email protected]>
Release refs/tags/v0.1.60
fixbug: correct CallExpression location info for await function calls…
Release refs/tags/v0.1.59
fix bug: add support for inf/nan (#29)
Release refs/tags/v0.1.57
docker update
Release refs/tags/v0.1.55
Enable parallel processing and verbose logging for Python file parsing, upgrade Python version and build configuration, optimize JSON serialization, and update documentation accordingly
New Features:
- Add parallel file parsing with configurable worker count via -j/--parallel
- Add verbose mode (-v) for detailed progress output
Enhancements:
- Implement timing and real-time progress tracking for parsing operations
- Optimize JSON serialization performance using msgspec
Build:
- Upgrade to Python 3.13.0 with pyenv support and update PyInstaller spec hiddenimports
- Add msgspec dependency and update requirements
Documentation:
- Revise README with installation steps, parallel and verbose usage examples, and packaging instructions