You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).