Fb55 Entities Versions Save

encode & decode HTML & XML entities with ease & speed

v2.2.0

3 years ago
  • Add encodeNonAsciiHTML function 03b9143
    • Bit of a mouthful, but probably what most users expect; same as encodeHTML, but skips characters that are perfectly valid in ASCII and HTML.
  • Add escapeUTF8 function 1ea2418
    • Useful for escaping content in a space-saving manner, when charsets aren't an issue.
  • Use string codepoint methods when available 1e5aa22
    • Restores compatibility with Node < 4.
  • Add doc comments for most methods, deprecate some methods 8b1bc21

https://github.com/fb55/entities/compare/v2.1.0...v2.2.0

v2.1.0

3 years ago
  • Minified built-in JSON maps (#305 by @fabiospampinato) 97ebff3
  • chore(lint): Add eslint-plugin-node 714d70d

https://github.com/fb55/entities/compare/v2.0.3...v2.1.0

v2.0.3

4 years ago
  • Convert RegEx to ES5, restoring backwards compatibility (#212, by @manish-kothari)

v2.0.2

4 years ago
  • Add types to package.json

v2.0.1

4 years ago
  • Port tests to Jest
  • Modernize codebase

v2.0.0

4 years ago

The public-facing API should be identical