* Support CSS nesting * Deprecate parse_declaration_list, use parse_blocks_contents instead
1.2.1
* Fix tests included in the source tarball
1.2.0
* Drop support of Python 3.6 * Fix serialization of nested functions with no parameters * Don’t use pytest plugins by default
1.1.1
* Add support of Python 3.10. * Include tests in source package.
1.1.0
* Drop support of Python 3.5, add support of Python 3.9. * Fix ResourceWarning in tests. * Use Python standard library’s HSL to RGB converter. * Use GitHub Actions for tests. * New code structure, new packaging, new documentation.