Bump mkdocs-macros-plugin from 1.0.5 to 1.3.7 in /{{ cookiecutter.project_slug }}
Bumps mkdocs-macros-plugin from 1.0.5 to 1.3.7.
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.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
-
b906a36Bump version number -
5641806Fixed incompatibility with d2 module (#249) -
3a73707Migrate to pyproject.toml -
99733beDemote info messages as debug (#248) -
6a9a0e4Bump version number, for distribution (should solve #247) -
32cd528Test the hooks for external registration (#237) -
16be58dMigrate all tests toward the mkdocs-test framework (#244) -
59f82dbReplacing local implementation of SuperDict by super-collections version -
38b9681Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master -
eebbbd1Merge pull request #246 from dwreeves/add-pathspec-as-dependency - Additional commits viewable in compare view