Skip to content

Releases: cedx/html.net

HTML Renderer for PS 1.2.0

20 Apr 13:06

Choose a tag to compare

  • Added the Use-Layout and Write-View cmdlets.

HTML Renderer for PS 1.1.0

13 Apr 08:04

Choose a tag to compare

  • Added support for [switch] parameters in attribute values.
  • The New-DelElement, New-InsElement and New-TimeElement cmdlets now use a non-terminating error.

HTML Renderer for PS 1.0.1

07 Apr 17:08

Choose a tag to compare

  • Fixed a packaging issue: the generated cmdlets were not included in the release.

HTML Renderer for PS 1.0.0

07 Mar 01:55

Choose a tag to compare

  • Added the New-FormElement, New-IframeElement, New-InputElement, New-TemplateElement and New-TextareaElement cmdlets.
  • Added the form, iframe, input, template and textarea aliases.

HTML Renderer for PS 0.10.0

06 Mar 22:26

Choose a tag to compare

  • Added the New-ButtonElement, New-QElement, New-SelectElement, New-SlotElement and New-SourceElement cmdlets.
  • Added the button, q, selectTag, slot and source aliases.
  • The common parameter -Style is now an OrderedHashtable, allowing the declaration order to be preserved.

HTML Renderer for PS 0.9.0

04 Mar 09:48

Choose a tag to compare

  • Added the New-OlElement, New-OptgroupElement, New-OptionElement, New-OutputElement and New-ProgressElement cmdlets.
  • Added the ol, optgroup, option, output and progress aliases.

HTML Renderer for PS 0.8.0

03 Mar 20:08

Choose a tag to compare

  • Added the New-LabelElement, New-LiElement, New-MapElement, New-MeterElement and New-ObjectElement cmdlets.
  • Added the label, li, map, meter and object aliases.
  • Renamed the common parameter -Data to -DataSet.

HTML Renderer for PS 0.7.0

03 Mar 17:34

Choose a tag to compare

  • Added the New-DetailsElement, New-DialogElement, New-EmbedElement, New-FieldsetElement and New-InsElement cmdlets.
  • Added the details, dialog, embed, fieldset and ins aliases.

HTML Renderer for PS 0.6.0

03 Mar 16:32

Choose a tag to compare

  • Added the Html prefix to the nouns of all cmdlets.
  • Added the New-DelElement, New-TdElement, New-ThElement, New-TimeElement and New-TrackElement cmdlets.
  • Added the delTag, td, th, time and track aliases.

HTML Renderer for PS 0.5.0

03 Mar 12:50

Choose a tag to compare

  • Added the New-ColGroupElement, New-DataElement, New-StyleElement and New-VideoElement cmdlets.
  • Added the colgroup, dataTag, style and video aliases.