- feat: add eslint:recommended check by @lumburr
- fix: comment has encoded by @lumburr
- fix: whitelist match failure due to case ignoring by @lumburr
- fix: class is wrong separated by attributes in method onTagAttr by @lumburr
- Fix whitespace bypass #218 by @TomAnthony
- Add
<summary>
to default whitelist #216 by @spacegaier - Add
<figure>
and<figcaption>
to default whitelist by @daraz999 - Add
<audio crossorigin muted>
,<video crossorigin muted playsinline poster>
to default whitelist - Add
<strike>
to default whitelist - Fix: typings IWhiteList allow any tag name
- Fix: typings
onTag
options
- Allow default imports in TS #200 by @danvk
- Update handling of quoteStart to prevent sanitization bypass #201 by @TomAnthony