You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces a major architectural improvement with a pluggable analyzer system while maintaining full backwards compatibility.
Version updates:
- Bump version to 0.4.2 in pyproject.toml
- Update CLAUDE.md with v0.4.2 features and improvements
- Add comprehensive CHANGELOG.md documenting all releases
Key features in v0.4.2:
- Pluggable analyzer architecture with factory pattern
- Standardized AnalysisResult for consistent output
- Language-specific analyzers (Python, JavaScript, Java, Objective-C)
- Improved code quality with PEP 8 compliance
- Performance optimizations with regex pre-compilation
- Better error handling and type safety
The new architecture removes 248 lines of duplicated code while improving maintainability and extensibility for future language support.
0 commit comments