- Fix reported error location (#9)
- Allow underscores in attribute names (#4)
- Fix empty/space attributes
- Migrate to HAST
- Remove unused dependency
- Handle doctype and CDATA
- Handle unexpected end of input
- Prevent infinite loops on bad final closing tag
- Prevent
""=true
attributes
- Allow attributes with numbers (e.g.
x1
) - Fix error messages
- First release