1.1.0
Enables support the version 3.0.0 of component.yaml
Enables support to parse both versions (2.0 and 3.0.0) and respectively render the information according to what one version may or may not have.
In addition to rendering the newly formatted narrative
section of the component.yaml, it will render the responsible_role
and parameters
For Gitbook:
The Narrative Key is printed as a header
The Narrative Text is printed afterwards under the narrative key.
Responsible Role is printed after the Component Name.
Parameters are printed after the responsible role
For Docx:
There are new templating functions:
{{getResponsibleRole "standard" "control"}}
- Will get the responsible role.
{{getAllControlSections “standard” "control”}}
- Will get all the narratives for a control
{{getControlSection “standard” “control” “section-key”}}
- Will get the narrative for that given section of that control.
`{{getParameter “standard” “control” “parameter-key”}}`` - Will get the parameter for that given parameter key of that control.
BUG FIXES:
- Fixed weird
Deprecation
error message that would occur when running commands