You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
11
11
- Further improved the escaping algorithm, which is now up to 6 times faster.
12
12
- Changed the escaping strategy: special characters are now escaped with decimal sequences. This allows for better compatibility with browsers (HTML 4.0 compatible) and better speed
13
+
- Changed the Unicode escaping strategy: only escape characters that could cause an XSS injection
13
14
- Added an asymptotic complexity approximation calculator (every algorithm is now O(N))
0 commit comments