This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Releases: jtolj/html-attributes
Releases · jtolj/html-attributes
v2.1.0
v2.0
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