Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

v2.0

Compare
Choose a tag to compare
@jtolj jtolj released this 30 Sep 14:39
· 3 commits to master since this release
5bf2686

This release has a breaking change to the escaping behavior.

  • Change to escapeHtml from escapeHtmlAttr for escaping attribute values.
  • No longer escapes output of "unsafe" values if allow unsafe is set to true.
  • Add convenience methods only() / without()
  • Update/fix tests