Skip to content

v.1.3.7 With Test Framework

Latest
Compare
Choose a tag to compare
@fralau fralau released this 03 Nov 09:25
· 3 commits to master since this release

1.3.7, 2024-10-18

  • Fixed: incompatibility with the d2 module (#249)

1.3.6, 2024-10-17

  • Added: complete test framework, using pytest and Mkdocs-Test (#244)
    A number of automated test cases are implemented.
  • Changed: move from setup.py to pyproject.toml (#250)

1.2.0, 2024-09-15

  • Added: three hooks register_variables/macros/filters to facilitate
    cooperation with other MkDocs plugins.
  • Fixed: `define_env() was always required in module (#191)
  • Added: trace the case when no module is found (INFO)
  • Improved documentation, particularly about HTML pages
  • Added: parameters j2_comment_start_string and
    j2_comment_end_string to plugin's parameters,
    to specify alternate markers for comments.
  • Added the multiline parameter force_render_paths in the config file,
    to specify directories or file patterns to be rendered for the case when render_by_default = false
    (the render_macros parameter in the YAML header of the page
    has the last word).

1.0.5, 2023-10-31

  • Added: git.short_tag (#183)
  • Added: Mermaid diagrams in the documentation (Readthedocs)
  • Fixed: Changelog was no longer displayed (#186)