Skip to content

Releases: AsBuiltReport/AsBuiltReport.Diagram

v1.0.6

24 Apr 00:47
e4f1b90

Choose a tag to compare

[1.0.6] - 2026-04-23

🔃 Changed

  • Update module version to v1.0.6
  • Update Graphviz binary to version 14.1.5
  • Update AbrDiaConvertImageToPDF c# dependencies to latest release
  • Update AbrDiagrammer c# dependencies to latest release

v1.0.5

02 Apr 23:54
71866b2

Choose a tag to compare

[1.0.5] - 2026-03-24

🧰 Added

  • Add Format-HtmlCell cmdlet to the module to format HTML table cells with specified background color, text color, and font size
  • Add Set-ImageOpacity cmdlet to the module to set the opacity of an image file
  • Add new parameters to Add-NodeImage cmdlet to set image opacity for node images
  • Add WaterMark support to SVG output format
    • Use the DiaConvertImageToPDF c# net4.8 package to add watermark support to SVG output format

🔃 Changed

  • Update module version to v1.0.5
  • Update edge length validation range, and help message to reflect the new range of 0 to 50 in Add-NodeEdge function
  • Update Pester workflow to run tests and upload results with code coverage support
  • Optimize aspect ratio calculation in Get-BestImageAspectRatio function

🔧 Fixed

  • Fix pester tests failing in Windows Pwsh 5.1+

v1.0.4

18 Mar 02:18
3123be4

Choose a tag to compare

[1.0.4] - 2026-03-17

🔃 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

v1.0.3

16 Mar 20:48
74bbd99

Choose a tag to compare

[1.0.3] - 2026-03-16

🔃 Changed

  • Update module version to v1.0.3
  • Migrate more cmdlets to unique names to avoid conflicts with Diagrammer.Core cmdlets

v1.0.2

16 Mar 00:45
2911d54

Choose a tag to compare

[1.0.2] - 2026-03-15

🔃 Changed

  • Update module version to v1.0.2
  • Migrate cmdlet to a unique name to avoid conflicts with Diagrammer.Core cmdlets

v1.0.1

15 Mar 19:59
840748b

Choose a tag to compare

[1.0.1] - 2026-03-15

🧰 Added

  • Add PSGraph to the module dependencies in the module manifest

🔃 Changed

  • Update module version to v1.0.1

🔧 Fixed

  • Add missing PSGraph dependency to the Pester tests

❌ Removed

  • Remove PSgraph cmdlets from the module

v1.0.0

15 Mar 16:13
a23250e

Choose a tag to compare

[1.0.0] - 2026-03-15

🧰 Added

  • Add WaterMark support to SVG output format
    • Use the Diagrammer c# package to add watermark support to SVG output format

🔃 Changed

  • Update module version to v1.0.0
  • Migrated source code to new repository structure
    • Moved source code to AsBuiltReport.Diagram directory
    • Updated module manifest to reflect new structure
  • Update Graphviz binary to version 14.1.3
  • Migrate namespace from Diagrammer/DiaConvertImageToPDF to AsBuiltReportDiagram in all source files
  • Change cmdlet name from New-WatermarkToImage to Add-WatermarkToImage in all source files
  • Change cmdlet name from New-WatermarkToSvg to Add-WatermarkToSvg in all source files
  • Change default Main_Logo image from Diagrammer.png to AsBuiltReport.png
  • Integrate PSGraph cmdlets to the module (Project without active maintenance)
  • Update assembly references and add new project files for AbrDiagrammer and AbrDiaConvertImageToPDF

🔧 Fixed

  • Fix initialization of $TRAditionalInfo array in Add-DiaNodeIcon function