Skip to content

Commit

Permalink
publish: v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Jun 3, 2022
1 parent 2e8e8ce commit 76d87aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# CHANGELOG

## v1.0.12 (2022-06-04)

- [feat: add eslint:recommended check](https://github.com/leizongmin/js-xss/pull/252) by @lumburr
- [fix: comment has encoded](https://github.com/leizongmin/js-xss/pull/257) by @lumburr
- [fix: whitelist match failure due to case ignoring](https://github.com/leizongmin/js-xss/pull/256) by @lumburr
- [fix: class is wrong separated by attributes in method onTagAttr](https://github.com/leizongmin/js-xss/pull/253) by @lumburr

## v1.0.11 (2022-03-06)

- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249)
- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249) by @schu34

## v1.0.10 (2021-10-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xss",
"main": "./lib/index.js",
"typings": "./typings/xss.d.ts",
"version": "1.0.11",
"version": "1.0.12",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
Expand Down

0 comments on commit 76d87aa

Please sign in to comment.