v4.0.1
- v4.0.1 (2024-11-24):
- feature: Add DocMap functionality for documentation mapping
- Added new CLI options:
- --docs flag to generate documentation maps
- --docs-dir option for custom documentation directory paths
- Generates repository-name_docmap.md with focus on documentation
- Automatically includes root README.md content
- Scans standard doc directories (docs, doc, documentation)
- Added new CLI options:
- refactor: Implement DocMapConfig dataclass for parameter handling
- Added new docmap.py module for documentation functionality
- Introduced DocMapConfig for improved parameter organization
- Added documentation directory constants in config.py
- Enhanced error handling for missing documentation
- Achieved perfect pylint score (10.00/10)
- feature: Add DocMap functionality for documentation mapping
Full Changelog: v3.8.0...v4.0.1