- Fix `ast.HashToken` starting with a non-ASCII character - Fix `repr` on AST nodes
0.3
- Document all the things! - Add serialization - Merge `color3.parse_color_string` behavior into `color3.parse_color` - Fix and test parsing form bytes and tokenization of <unicode-range>
0.2
Add parsing for <An+B>, as in `:nth-child()` and related Selectors pseudo-classes.
0.1
First PyPI release. Contains:
- Decoding from bytes (`charset`, etc.) - Tokenization - Parsing for "generic" rules and declarations - Parsing for CSS Color Level 3 - Tests for all of the above, except for decoding from bytes.