Skip to content

🔖 v2.1.0

Compare
Choose a tag to compare
@alexaubry alexaubry released this 04 Jan 12:02
· 154 commits to main since this release

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 of map)
  • Reduced the size of the escaping mappings

And also

⚠️ Source breaking changes

  • The Character extensions have been removed.