Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.18 KB

v2.1.0

  • Remove custom HTML rendering logic in favor of logic from package:html.
  • Added topics to pubspec.yaml.
  • rel attributes added through addLinkRel are appended to existing ones.

v2.0.0

  • Migrate to null safety.

v1.4.1

  • Make addLinkRel optional. Issue.

v1.4.0

v1.3.0

  • Only print self-closing tags for void-elements. This could cause <strong /> in HTML documents, which is can be interpreted as an opening tag by HTML5 parsers, causing the HTML structure to break.

v1.2.0

  • Does not depend on universal_html, uses custom HTML rendering for the output.
  • Allowed classes are kept, even if there are non-allowed classes present on the same element.

v1.1.0

  • Add options allowElementId and allowClassName to allow specific element ids and class names.

v1.0.0

  • Initial release.