Releases: tdewolff/parse
Releases · tdewolff/parse
v2.3.12
v2.3.11
v2.3.10
v2.3.9
v2.3.8
v2.3.7
v2.3.6
- Prevent panic when returning
Bytes()
on empty buffer - Set proper context in errors
- Limit the length in context in errors
- In
EqualFold
only match upper/lower case on alphabet characters - Add option to
EscapeAttrVal
to handle attribute values for XML (use double quotes) - HTML: add hashes for RDFa attribute names
- JS: accept NULL characters as code
- JSON: report errors NULL characters
Go modules support
Add Go modules support by using the github.com/tdewolff/parse/v2
import path.
Fix CSS parsing of bad declarations
- CSS: fix parsing of bad declarations
- CSS: handle comments within declarations
- CSS: reintroduce IE star hack
*color: white
- CSS: add keywords to hash table
Release for minify-v2.3.5
v2.3.3 Add flex