Skip to content

1.0.1

Compare
Choose a tag to compare
@youming-lin youming-lin released this 23 Sep 15:44
· 64 commits to master since this release

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}" == "" is true on Linux but false on macOS)