Skip to content

Tags: tdewolff/parse

Tags

v2.7.21

Update dependencies

v2.7.20

Decode UTF-8 properly from URLs

v2.7.19

Fix replaceEntities

v2.7.18

Fix build for Windows

v2.7.17

Move mmap binary reader to UNIX only architectures, fixes #122

v2.7.16

Update binary reader

v2.7.15

JS: fix parsing of async variable when async function is not allowed

v2.7.14

JS: allow lexer to continue after unexpected character, see #118

v2.7.13

Fix writing JSON from minified JS; allow !0 => true and !1 => false a…

…s well as: no substitution template literal => string; fixes #685

v2.7.12

HTML: keep original quote when isXML is set; merge isXML with mustQuo…

…te; don't add quotes if not originally present