Releases: AsBuiltReport/AsBuiltReport.Core
Releases · AsBuiltReport/AsBuiltReport.Core
v1.4.0
[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
[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
v1.1.0
[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 forOutputFolderPath
StylePath
now an alias forStyleFilePath
ReportConfigPath
now an alias forReportConfigFilePath
AsBuiltConfigPath
now an alias forAsBuiltConfigFilePath
- Updated
New-AsBuiltReportConfig
parameter names to provide clarity of input requirements. Aliases used to prevent breaking changes.Path
now an alias forFolderPath
Name
now an alias forFilename
Overwrite
now an alias forForce
- 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 toNew-AsBuiltReport
- Added error check for incorrect
AsBuiltConfigFilePath
- Improvements to verbose logging