Skip to content

v4.0.1

Compare
Choose a tag to compare
@shaneholloman shaneholloman released this 24 Nov 01:40
· 44 commits to main since this release
  • 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)
    • 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)

Full Changelog: v3.8.0...v4.0.1