🔖 v2.1.0
Meet HTMLString
v2.1.0 and its huge performance improvements!
Escaping is now up to 6.5 times faster and unescaping up to 98 times faster. Check out the new benchmark reports for more details.
Internal Changes
- Change the escaping algorithm (
reduce
instead ofmap
) - Reduced the size of the escaping mappings
And also
- Improved documentation
⚠️ Source breaking changes
- The
Character
extensions have been removed.