Version 1.0.0
- Added the
New-FormElement,New-IframeElement,New-InputElement,New-TemplateElementandNew-TextareaElementcmdlets. - Added the
form,iframe,input,templateandtextareaaliases.
Version 0.10.0
- Added the
New-ButtonElement,New-QElement,New-SelectElement,New-SlotElementandNew-SourceElementcmdlets. - 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-OlElement,New-OptgroupElement,New-OptionElement,New-OutputElementandNew-ProgressElementcmdlets. - Added the
ol,optgroup,option,outputandprogressaliases.
Version 0.8.0
- Added the
New-LabelElement,New-LiElement,New-MapElement,New-MeterElementandNew-ObjectElementcmdlets. - Added the
label,li,map,meterandobjectaliases. - Renamed the common parameter
-Datato-DataSet.
Version 0.7.0
- Added the
New-DetailsElement,New-DialogElement,New-EmbedElement,New-FieldsetElementandNew-InsElementcmdlets. - Added the
details,dialog,embed,fieldsetandinsaliases.
Version 0.6.0
- Added the
Htmlprefix to the nouns of all cmdlets. - Added the
New-DelElement,New-TdElement,New-ThElement,New-TimeElementandNew-TrackElementcmdlets. - Added the
delTag,td,th,timeandtrackaliases.
Version 0.5.0
- Added the
New-ColGroupElement,New-DataElement,New-StyleElementandNew-VideoElementcmdlets. - Added the
colgroup,dataTag,styleandvideoaliases.
Version 0.4.0
- Added support for the
on*andtabindexattributes. - Added the
New-AudioElement,New-BlockquoteElement,New-CanvasElementandNew-ColElementcmdlets. - Added the
audio,blockquote,canvasandcolaliases. - Renamed the
New-Doctypecmdlet toNew-DocumentType.
Version 0.3.0
- Added support for the
data-*,dir,langandtitleattributes. - Added the
New-AElement,New-AreaElement,New-ImgElementandNew-ScriptElementcmdlets. - Added the
a,area,imgandscriptaliases.
Version 0.2.0
- Added the
New-BaseElement,New-HtmlElement,New-LinkElementandNew-MetaElementcmdlets. - Added the
base,html,linkandmetaaliases.
- Initial release.