The latest version of the help documentation is directly available Here
Added the following functions: -> Write-PSHTMLMenu -> Added Enum PSHTMLCOLOR -> Renamed [COLOR] to [COLORFACTORY] -> Plenty of Minor fixes -> Increased code coverage to 75%
- Added support for MacOS (yay!)
- Integrated project with Azure pipelines
- Added support for Assets / includes 'Locations' (Module & Project)
- Added support for 3 new chart types:
- HorizontalBar
- Radar
- PolarArea
- Added a new Asset Type (.CDN)
- read more about it in Assets.md
- Added cmdlet New-PSHTMLCDNAssetFile
- Added support for the following tags:
- i
- b
- Fixed issues:
- Fixed minor bug with ConvertTo-PSHTMLTable
- Updates on 'Form': (See #212 / #213) -> Thanks to @TylerLeonhardt for reporting the issues.
- Updates on 'ConvertTo-PSHTMLTable': Added support for PipelineInput -> Thanks to @lxlechat
- Added Out-PSHTMLDocument
- Depreacted
convertTo-HtmlTable' and replaced it with
ConvertTo-PSHTMLTable` - Enahanced ConvertTo-PSHTMLTable for customization with following properties:
- TableID,TableClass,TableStyle,TableAttributes,TheadID,TheadClass,TheadStyle,TheadAttributes,TbodyID,TBodyClass,TbodyStyle,TbodyAttributes
- Added help for include functionality.
- Added pester tests for Include functionality.
- Fixed minor bug fixes
- enhanced 'include' functionality of PSHTML. Added Write-PSHTMLInclude, Added Get-PSHTMLInclude.
- Added support for 'span' tag
- Added 'base - BootStrap/JQuery' vsCode snippet
- Added 'base - BootStrap/JQuery/ChartJS' vsCode snippet
- Fixed minor bugs
- Added documentation for Assets (Get-PSHTMLAsset, Write-PSHTMLAsset)
- Minor bug fixes.
- Added Support for Assets -> BootStrap, Jquery and chartjs are now part of PSHTML, and are ready to use. See Write-PSHTMLAsset for more information. 👍
- Added support for Configuration -> it is now to configure PSHTML settings centrally from the
pshtml.configuration.json
file located in the module root folder.
- Added support log file 👍
- Added public functions to export.
- Improved modue loading time by 91% (!!) by switching to single psm1 file.
- Added support for configuration 👍
- Added support for Charts 👍
- Introduced dependency on PowerShell version 5.1 or higher (intensive use of classes)