Added
- Support for Python 3.13 as the primary development version
- Comprehensive test suite with pytest integration
- Code coverage reporting with pytest-cov
- Continuous Integration pipeline using GitHub Actions
- Poetry-based dependency management
- Automatic PyPI publishing workflow
- Advanced Go parser features for extracting interfaces and implementations
- Python AST parser for accurate symbol extraction
- Mermaid diagram generation for project dependencies
Changed
- Improved command-line interface with Click framework
- Enhanced configuration system using YAML
- Better documentation with detailed examples
- More robust error handling in parsers
- Standardized code formatting with Black and isort
Fixed
- Documentation alignment with actual CLI commands
- Test fixtures to match implementation
- Parser edge cases for complex Go interfaces
- Python import extraction accuracy