Skip to content

Releases: Kozea/tinycss2

v1.3.0

23 Apr 14:08
dab0f9a
Compare
Choose a tag to compare
  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead

v1.2.1

18 Oct 07:04
Compare
Choose a tag to compare
  • Fix tests included in the source tarball

v1.2.0

17 Oct 19:16
Compare
Choose a tag to compare
  • Drop support of Python 3.6
  • Fix serialization of nested functions with no parameters
  • Don’t use pytest plugins by default

1.1.1

22 Nov 17:54
Compare
Choose a tag to compare
  • Add support of Python 3.10.
  • Include tests in source package.

1.1.0

29 Oct 22:26
Compare
Choose a tag to compare
  • 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.

1.0.2

12 Sep 17:04
Compare
Choose a tag to compare
  • Don't crash when indent tokens have no lowercase equivalent name

1.0.1

12 Sep 17:04
Compare
Choose a tag to compare
  • Fix tests launched by CI
  • Parse "--" ident tokens correctly

1.0.0

12 Sep 17:03
Compare
Choose a tag to compare
  • Drop Python 2.7, 3.3 and 3.4 support
  • Allow leading double dash syntax for ident tokens, allowing CSS variables to be parsed correctly.
    Test with PyPy3
  • Force tests to parse JSON files as UTF-8
  • Clean packaging

0.6.1

12 Sep 17:03
Compare
Choose a tag to compare
  • Update documentation

0.6.0

12 Sep 17:02
Compare
Choose a tag to compare
  • Don't allow identifiers starting with two dashes
  • Don't use Tox for tests
  • Follow semantic versioning