Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.72 KB

New-AsBuiltReport Changelog

[Unreleased]

Changed

  • Add "-Raw" paramter to get-content when importing report JSON data to fix a known issue

0.3.0

What's New

  • 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.

0.2.0

What's New

  • 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

All Releases

Known Issues

  • 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.