Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.96 KB

File metadata and controls

50 lines (39 loc) · 2.96 KB

Changelog

Version 1.0.0

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

Version 0.10.0

  • 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.

Version 0.9.0

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

Version 0.8.0

  • 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.

Version 0.7.0

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

Version 0.6.0

  • 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.

Version 0.5.0

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

Version 0.4.0

  • Added support for the on* and tabindex attributes.
  • Added the New-AudioElement, New-BlockquoteElement, New-CanvasElement and New-ColElement cmdlets.
  • Added the audio, blockquote, canvas and col aliases.
  • Renamed the New-Doctype cmdlet to New-DocumentType.

Version 0.3.0

  • Added support for the data-*, dir, lang and title attributes.
  • Added the New-AElement, New-AreaElement, New-ImgElement and New-ScriptElement cmdlets.
  • Added the a, area, img and script aliases.

Version 0.2.0

  • Added the New-BaseElement, New-HtmlElement, New-LinkElement and New-MetaElement cmdlets.
  • Added the base, html, link and meta aliases.

Version 0.1.0

  • Initial release.