Releases: redhat-documentation/newdoc
Releases · redhat-documentation/newdoc
v2.9.0
Version 2.9.0:
- Add a validation (linting) functionality using the
--validate
option.
v2.8.3
Version 2.8.3:
- Update the modular templates to match upstream changes
v2.8.2
Version 2.8.2:
- Add the module type attributes; Issue #18
- Remove the blank line after 'Additional resources' in the assembly, which caused issues with Pantheon 2
v2.8.1
Version 2.8.1:
- Update the modular templates to match upstream changes
v2.8.0
Version 2.8.0:
- Use a standardized syntax for configuring the templates (Askama).
- Remove extra blank lines from the generated files.
v2.7.0
Version 2.7.0:
- Attempt to fill in the full include path by default. This obsoletes the
--detect-directory
option. Issue #16
- Use a more standardized terminal logging solution. You can now set the verbosity level.
v2.6.4
Version 2.6.4:
- Update the modular templates.
v2.6.3
Version 2.6.3:
- Update the crates that newdoc depends on.
v2.6.2
Version 2.6.2:
- Bug fix: With the
--no-comments
option, remove all multi-line comments, not just the first one