1.0.1
Bug fixes
- Fixed bug when unescaping named character references that contain numbers (i.e.,
¾
) - Fixed bug on Linux when unescaping strings that only contain empty-string-equivalent characters (i.e.,
"\u{200C}" == ""
istrue
on Linux butfalse
on macOS)