Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1018 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1018 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 2024-10-25

Added

  • Pretty output formatting option for CLI documentation
    • Support for table-based documentation layout
  • Automatic command parsing and documentation generation
  • Integration with Typer's built-in documentation system

Changed

  • Improved documentation rendering with markdown tables
  • Enhanced support for command arguments and options display

Fixed

  • Proper handling of optional and required parameters
  • Correct parsing of default values in CLI options

[0.1.0] - 2024-10-25

Added

  • Initial release of mkdocs-typer2
  • Basic MkDocs plugin functionality
  • Support for Typer CLI documentation generation
  • Integration with MkDocs Material theme
  • GitHub Actions for testing and deployment
  • Basic test coverage