Releases: mdevils/html-entities
Releases · mdevils/html-entities
v2.3.3
Compare
Sorry, something went wrong.
No results found
package.json: specify sideEffects: false
v2.3.2
Compare
Sorry, something went wrong.
No results found
Minimize data files, remove unnecessary files.
v2.3.1
Compare
Sorry, something went wrong.
No results found
Improve performance of encode(), decode() and decodeEntity() by using function inlining.
Fix decoding HEX HTML entities in some cases.
v2.3.0
Compare
Sorry, something went wrong.
No results found
v2.2.0
Compare
Sorry, something went wrong.
No results found
A fast decodeEntity() method to decode a single HTML entity.
v2.1.1
Compare
Sorry, something went wrong.
No results found
Speed up both encode() and decode() methods.
v2.1.0
Compare
Sorry, something went wrong.
No results found
Add extensive mode to encode() method. This mode encodes all non-printable characters, non-ASCII characters and all characters with named references.
v2.0.6
Compare
Sorry, something went wrong.
No results found
Handle invalid numeric HTML entities: mimic browser behaviour.
v2.0.5
Compare
Sorry, something went wrong.
No results found
Handling behaviour of ambiguous ampersands.
v2.0.4
Compare
Sorry, something went wrong.
No results found
Fix webpack build warning.