Skip to content

Releases: AsBuiltReport/AsBuiltReport.Core

v1.4.0

29 Mar 03:01
8d13542
Compare
Choose a tag to compare

[1.4.0] - 2024-03-29

Added

  • Add AsBuiltReport default style script to resolve #44
  • Add Core module version check and verbose reporting

Changed

  • Improve bug and feature request templates
  • Increase actions/checkout to v4
  • Update MIT License copyright year
  • Code cleanup to remove outdated code and comments
  • Update heading styles in sample style scripts

v1.3.0

23 Oct 23:21
5e3f93f
Compare
Choose a tag to compare

[1.3.0] - 2022-10-22

Added

  • Added two sample style scripts

Changed

  • Updated RequiredModules for PScribo 0.10.0
  • Updated installation instructions in README.md
  • Updated contributing guide in CONTRIBUTING.md
  • Updated PSScriptAnalyzer settings
  • Updated GitHub issue templates
  • Updated comment based help for AsBuiltReport cmdlets
  • Improved command functionality for macOS and Linux users

v1.2.0

11 Feb 04:50
ecdc327
Compare
Choose a tag to compare

[1.2.0] - 2022-02-11

Added

  • Added new Token and MFA parameters and subsequent parameter sets to New-AsBuiltReport cmdlet to allow alternative authentication methods

Changed

  • Updated GitHub Action release workflow to send automated tweets on each release

v1.1.0

10 Sep 00:51
b00ff86
Compare
Choose a tag to compare

[1.1.0] - 2020-08-16

Changed

  • Updated New-AsBuiltReport parameter names to provide clarity of input requirements. Aliases used to prevent breaking changes.
    • OutputPath now an alias for OutputFolderPath
    • StylePath now an alias for StyleFilePath
    • ReportConfigPath now an alias for ReportConfigFilePath
    • AsBuiltConfigPath now an alias for AsBuiltConfigFilePath
  • Updated New-AsBuiltReportConfig parameter names to provide clarity of input requirements. Aliases used to prevent breaking changes.
    • Path now an alias for FolderPath
    • Name now an alias for Filename
    • Overwrite now an alias for Force
  • Updated RequiredModules for PScribo 0.9.1
  • Custom style scripts are now executed from New-AsBuiltReport to allow use of new PScribo features

Added

  • Added Filename parameter to New-AsBuiltReport
  • Added error check for incorrect AsBuiltConfigFilePath
  • Improvements to verbose logging