Releases: jenglish/ssptool
Releases · jenglish/ssptool
Experimental release - GraphQL support
Minor release
Incremental patch release
- Upgrade pug to version 3
- Add
last_modified
property to page metadata - Add cross-references from pages to relevant controls
- Show minitoc in document views
- Guard against dangling references in
mapped_to
field
Incremental patch release
ssptool validate
reports more details about validation errors- Narrative text is interpreted as Markddown (fixes: #3)
- Further enhancements to Documents feature
- Updated package dependencies to latest version
Incremental patch release
- Further enhancements to Documents feature:
- Browsable in the web app at /documents/docid/sectionid
- Printable version at /documents/docid
- New /assets/ route for non-markdown assets
- Still more work to do but this seems like a good point for a snapshot release
Incremental patch release,
- Improved layout and styling
- Now using less to generate additional *.css files
- HTML is enabled in *.md files
- Supports non-markdown content in --docdir (figures, attachments, &c)
- Pages section grouped into subdirectories
- NEW FEATURE (in process, alpha preview): documents
v0.4.2
- Control descriptions may comprise structured narrative text, similar to that found in Component.satisfies records.
- (This is an extension to the standard OpenControl schema).
- A copy of the NIST-800-53 controls using this extension is available at https://github.com/jenglish/NIST-800-53-Standards
ssptool validate
now checks markdown page frontmatter metadata- New feature: can define components using page metadata instead of/in addition to component.yaml files.
- Improved site navigation, again.