Version 4.5.2
- Fixed a regression in the
Viewmodule, which was throwing aCommandNotFoundExceptionexception.
Version 4.5.1
- Optimized the packaging.
Version 4.5.0
- Changed the type of the
-Stylecommon parameter toIDictionary. - Changed the type of the
-InputObjectparameter of theNew-HtmlQueryStringcmdlet toIDictionary.
Version 4.4.0
- Added the
-Valueparameter to theNew-HtmlQueryStringcmdlet.
Version 4.3.0
- Added the
New-HtmlQueryStringcmdlet.
Version 4.2.0
- Added the
New-HtmlDataUricmdlet.
Version 4.1.0
- Added the
-Hxparameter to all element cmdlets to facilitate rendering htmx attributes.
Version 4.0.0
- Breaking change: removed the
Format-HtmlStringcmdlet. - Removed the dependency on AngleSharp.
Version 3.0.1
- Fixed the
-Max,-Minand-Stepparameters of theNew-HtmlInputElementcmdlet.
Version 3.0.0
- Breaking change: renamed the
-Encoderparameter of theProtect-HtmlStringcmdlet to-Encoding. - Added the
Format-HtmlStringcmdlet.
Version 2.3.0
- Added the
-Aria,-Inert,-Roleand-Slotcommon parameters.
Version 2.2.0
- Added the
New-HtmlSvgElementandProtect-HtmlStringcmdlets. - Added the
svgandescaliases.
Version 2.1.1
- Fixed a packaging issue: the advanced functions were not included in the release.
Version 2.1.0
- Merged the nested PowerShell modules into a single main module.
Version 2.0.0
- Breaking change: removed the
ValueFromPipelineByPropertyNameattribute from all cmdlet parameters. - Breaking change: removed the
-Voidparameter from theNew-HtmlCustomElementcmdlet.
Version 1.2.0
- Added the
Use-HtmlLayoutandWrite-HtmlViewcmdlets.
Version 1.1.0
- Added support for
[switch]parameters in attribute values. - The
New-HtmlDelElement,New-HtmlInsElementandNew-HtmlTimeElementcmdlets now use a non-terminating error.
Version 1.0.1
- Fixed a packaging issue: the generated cmdlets were not included in the release.
Version 1.0.0
- Added the
New-HtmlFormElement,New-HtmlIframeElement,New-HtmlInputElement,New-HtmlTemplateElementandNew-HtmlTextareaElementcmdlets. - Added the
form,iframe,input,templateandtextareaaliases.
Version 0.10.0
- Added the
New-HtmlButtonElement,New-HtmlQElement,New-HtmlSelectElement,New-HtmlSlotElementandNew-HtmlSourceElementcmdlets. - Added the
button,q,selectTag,slotandsourcealiases. - The common parameter
-Styleis now anOrderedHashtable, allowing the declaration order to be preserved.
Version 0.9.0
- Added the
New-HtmlOlElement,New-HtmlOptgroupElement,New-HtmlOptionElement,New-HtmlOutputElementandNew-HtmlProgressElementcmdlets. - Added the
ol,optgroup,option,outputandprogressaliases.
Version 0.8.0
- Added the
New-HtmlLabelElement,New-HtmlLiElement,New-HtmlMapElement,New-HtmlMeterElementandNew-HtmlObjectElementcmdlets. - Added the
label,li,map,meterandobjectaliases. - Renamed the common parameter
-Datato-DataSet.
Version 0.7.0
- Added the
New-HtmlDetailsElement,New-HtmlDialogElement,New-HtmlEmbedElement,New-HtmlFieldsetElementandNew-HtmlInsElementcmdlets. - Added the
details,dialog,embed,fieldsetandinsaliases.
Version 0.6.0
- Added the
Htmlprefix to the nouns of all cmdlets. - Added the
New-HtmlDelElement,New-HtmlTdElement,New-HtmlThElement,New-HtmlTimeElementandNew-HtmlTrackElementcmdlets. - Added the
delTag,td,th,timeandtrackaliases.
Version 0.5.0
- Added the
New-HtmlColgroupElement,New-HtmlDataElement,New-HtmlStyleElementandNew-HtmlVideoElementcmdlets. - Added the
colgroup,dataTag,styleandvideoaliases.
Version 0.4.0
- Added support for the
on*andtabindexattributes. - Added the
New-HtmlAudioElement,New-HtmlBlockquoteElement,New-HtmlCanvasElementandNew-HtmlColElementcmdlets. - Added the
audio,blockquote,canvasandcolaliases. - Renamed the
New-HtmlDoctypecmdlet toNew-HtmlDocumentType.
Version 0.3.0
- Added support for the
data-*,dir,langandtitleattributes. - Added the
New-HtmlAElement,New-HtmlAreaElement,New-HtmlImgElementandNew-HtmlScriptElementcmdlets. - Added the
a,area,imgandscriptaliases.
Version 0.2.0
- Added the
New-HtmlBaseElement,New-HtmlHtmlElement,New-HtmlLinkElementandNew-HtmlMetaElementcmdlets. - Added the
base,html,linkandmetaaliases.
- Initial release.