Skip to content

3.0.0

Choose a tag to compare

@youming-lin youming-lin released this 07 Dec 19:51
· 56 commits to master since this release

Major update adding support for more HTML escape options

What's new

  • Support more HTML escape options (allowUnsafeSymbols, encodeEverything)
  • Support global HTML escape option overrides
  • Change default value of useNamedReferences parameter from true to false
  • Ignore non-printing ASCII characters (DEL, TAB, etc.) when escaping

This update is tagged as 3.0.0 because it contains breaking changes since 2.0.1. Make sure to test your code again after updating to 3.0.0.