Skip to content

v5.1.0

Compare
Choose a tag to compare
@RReverser RReverser released this 14 Aug 16:23
· 874 commits to master since this release
  • Fixed: Location info for text events in SAXParser and RewritingStream now contains
    correct endCol and endLine covering all concatenated raw tokens (GH #266).
  • Fixed: SAXParser and RewritingStream now flush last buffered chunk when calling .end() with
    no parameters (GH #271).
  • Updated (breaking): ParserStream, SAXParser and RewritingStream no longer assume that
    each binary chunk is a valid finished UTF-8 chunk, and instead accept only decoded strings (GH #269).