Skip to content

Commit 9cc2bf9

Browse files
author
Alexis Aubry Radanovic
committed
Update CHANGELOG for 2.1.1
1 parent 46b5878 commit 9cc2bf9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# HTMLString Change Log
22

3+
## 2017-01-05 — Version 2.1.1
4+
5+
### API
6+
7+
- You can now perform custom escaping by escaping Unicode scalars individually.
8+
9+
### Improvements
10+
11+
- Further improved the escaping algorithm, which is now up to 6 times faster.
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+
- Added an asymptotic complexity approximation calculator (every algorithm is now O(N))
14+
15+
### Fixed
16+
17+
- Removed .DS_Store
18+
319
## 2017-01-04 — Version 2.1.0
420

5-
- Change the escaping algorithm (`reduce` instead of `map`)
21+
- Changed the escaping algorithm (`reduce` instead of `map`)
622
- Reduced the size of the escaping mappings
723
- Performance improvements: escaping is up to **6.5 times** faster and unescaping is up to **98 times** faster
824
- Improved documentation

0 commit comments

Comments
 (0)