Bump mkdocs-macros-plugin from 1.0.5 to 1.5.0 in /{{ cookiecutter.project_slug }}
Bumps mkdocs-macros-plugin from 1.0.5 to 1.5.0.
Release notes
Sourced from mkdocs-macros-plugin's releases.
v.1.3.7 With Test Framework
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/filtersto 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_stringandj2_comment_end_stringto plugin's parameters, to specify alternate markers for comments.- Added the multiline parameter
force_render_pathsin the config file, to specify directories or file patterns to be rendered for the case whenrender_by_default = false(therender_macrosparameter in the YAML header of the page has the last word).1.0.5, 2023-10-31
Changelog
Sourced from mkdocs-macros-plugin's changelog.
1.5.0, 2025-11-13
- Added: For each push, testing on github for versions Python 3.8 to 3.12
- Fixed: bug in import of packages when not in source dir (#278)
1.4.1, 2025-10-18
- Added: support for j2_extensions paramater in config file (#272)
- Fixed: missing dependency declaration on
requests(#269)1.4.0, 2025-09-21
- Removed: auto-install of missing pluglet (meaningful error message #262)
- Fixed: error with yaml dumps (#258)
- Fixed: detection of Jinja2, to allow title rendering (#266)
- Small improvements to documentation
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/filtersto 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_stringandj2_comment_end_stringto plugin's parameters, to specify alternate markers for comments.- Added the multiline parameter
force_render_pathsin the config file, to specify directories or file patterns to be rendered for the case whenrender_by_default = false(therender_macrosparameter in the YAML header of the page has the last word).
Commits
-
0536f4dFix type hint for compatibility -
d9a6bc3Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9) -
bcaa72dMake last minute corrections -
356fc2aPrepare for release -
aaf16bdLimit testing to 3.10 up (#279) -
ba5356cUse proper exit for pytest if Python < 3.10 (#279) -
6c79660Skip test_modules.py if Python version < 3.10 (#279) -
cec7440Test installation of d2 in a cross-platform way (#279) -
492759cUpdate with changes from local repo (#278) -
cc54168Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin - Additional commits viewable in compare view