=============== Changelog =============== 0.5.0 ------- * Drop support for Python 3.7 * Reimplement ``load(s)`` using ``tinycss2`` and ``dump(s)`` using a modified version of ``ujson5`` * Remove ``StyleSheet`` and ``make_style`` .. changelog:: 0.5.0 0.4.0 ------- Cap ``cssutils`` requirement to ``2.11.0`` 0.3.0 ------- Support either ``css_parser`` or ``cssutils`` for serialisation/deserialisation. 0.2.4 ------- Documentation and test improvements 0.2.3 ------- * Documentation fixes * Remove empty ``all`` extra. 0.2.2 ------- Changed the build backend from setuptools_ to whey_. .. _setuptools: https://setuptools.readthedocs.io/en/latest/ .. _whey: https://whey.readthedocs.io/en/latest/ 0.2.1 --------- Import ``Iterator`` from :mod:`typing` rather than from :mod:`collections`. 0.2.0 --------- .. changelog:: 0.2.0 0.1.0 --------- Initial release.