- Add "-Raw" paramter to get-content when importing report JSON data to fix a known issue
-
This minor version contains a complete refactor of the project so that it is now an official PowerShell module.
-
We will now aim to host this module on PSGallery in the near future to allow for easier installation and usage.
- New As-Built JSON configuration structure
- new
AsBuiltConfigPath
parameter - allows unique configuration files to be created and saved
- if
AsBuiltConfigPath
parameter is not specified, user is prompted for As Built report configuration information New-AsBuiltConfig.ps1
&Config.json
files are no longer required
- new
-
Table Of Contents (TOC) may be missing in Word formatted report
When opening the DOC report, MS Word prompts the following
"This document contains fields that may refer to other files. Do you want to update the fields in this document?"
Yes / No
Clicking
No
will prevent the TOC fields being updated and leaving the TOC empty.Always reply
Yes
to this message when prompted by MS Word. -
In HTML documents, word-wrap of table cell contents is not working, causing the following issues;
- Cell contents may overflow table columns
- Tables may overflow page margin
- PScribo Issue #83
-
In Word documents, some tables are not sized proportionately. To prevent cell overflow issues in HTML documents, most tables are auto-sized, this causes some tables to be out of proportion.