Skip to content

v1.0.4#16

Merged
rebelinux merged 3 commits intoAsBuiltReport:devfrom
rebelinux:dev
Mar 18, 2026
Merged

v1.0.4#16
rebelinux merged 3 commits intoAsBuiltReport:devfrom
rebelinux:dev

Conversation

@rebelinux
Copy link
Copy Markdown
Collaborator

[1.0.4] - 2026-03-16

🔃 Changed

  • Update module version to v1.0.4

🔧 Fixed

  • Fix missing Convert-TableToHTML file in the module manifest and update the FunctionsToExport entry to include the correct file name

Copilot AI review requested due to automatic review settings March 18, 2026 01:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the AsBuiltReport.Diagram module to v1.0.4 and corrects the exported function name for Convert-TableToHTML so it matches the file basename/export conventions used by the module loader.

Changes:

  • Add v1.0.4 entry to CHANGELOG.md.
  • Rename the function defined in Convert-TableToHTML.ps1 to Convert-TableToHTML.
  • Bump module manifest version to 1.0.4 and update FunctionsToExport to export Convert-TableToHTML (without .ps1).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
CHANGELOG.md Documents the v1.0.4 release and the export/name fix.
AsBuiltReport.Diagram/Src/Private/Convert-TableToHTML.ps1 Fixes the function name to align with module export conventions.
AsBuiltReport.Diagram/AsBuiltReport.Diagram.psd1 Bumps module version and corrects the exported function name in FunctionsToExport.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread AsBuiltReport.Diagram/Src/Private/Convert-TableToHTML.ps1 Outdated
@@ -1,4 +1,4 @@
function Convert-TableToHTML.ps1 {
function Convert-TableToHTML {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@rebelinux rebelinux merged commit 8d494aa into AsBuiltReport:dev Mar 18, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants