Skip to content

v1.1

Compare
Choose a tag to compare
@hughbe hughbe released this 10 Oct 14:13
· 61 commits to master since this release

A breaking change update to HtmlGenerator, with the following changes

  • Strongly, not weakly, typed support for attributes (e.g. class, id, style), including custom attributes
  • Support for attributes with no content
  • Support for elements with no content
  • Support for serializing elements with indentation and more pretty formatting
  • Added argument checking (null, invalid etc.)