Releases: codellm-devkit/codeanalyzer-java
Releases · codellm-devkit/codeanalyzer-java
v2.3.7
What's Changed
- Add new import schema with path, is_static, and is_wildcard fields by @tylerstennett in #144
- feat: emit per-variable field initializers in field declarations by @tylerstennett in #145
- ci: cross-build macOS x86_64 on Apple Silicon; drop Windows by @rahlk in #147
- ci: make musl toolchain/zlib downloads resilient to musl.cc outages by @rahlk in #148
- ci: fix musl static-PIE link + macOS x86_64 cross-wheel smoke test by @rahlk in #149
- ci: smoke-test musl wheels in Alpine, then publish them by @rahlk in #150
New Contributors
- @tylerstennett made their first contribution in #144
Full Changelog: v2.3.6...v2.3.7
v2.3.6
v2.3.5
Fix issue #136
v2.3.4
Merge pull request #135 from codellm-devkit/code-startline-and-lexica…
v2.3.3
v2.3.2
Remove maven clean as a lifecycle stage before compile.
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
🚀 Features
- Address Issue 118: Support Record Declarations
- PR: #121
- Address Issue 103: Extend
ParameterInCallableclass to capture line and column offsets- PR: #122
- Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
- PR: #123
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124
- Feature Request Issue 125: Analyze test classes optionally if the user wants to
- PR: #126
♻️ Refactoring
- Feature Request Issue 125: Analyze test classes optionally if the user wants to
- PR: #126
📚 Documentation
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124
🚨 Breaking Changes
- Address Issue 118: Support Record Declarations
- PR: #121
- Address Issue 103: Extend
ParameterInCallableclass to capture line and column offsets- PR: #122
- Feature Request Issue 101: Add a support to be able to Capture static and instance initialization blocks in java classes
- PR: #123
- Feature Request Issue 102: Enrich comment analysis capabilities
- PR: #124