Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Releases: Kozea/tinycss

v0.4

23 Sep 16:43
Compare
Choose a tag to compare
  • Add an eq operator to Token object.
  • Support Fonts 3.

v0.3

23 Sep 16:28
Compare
Choose a tag to compare
  • Fix a bug when parsing \5c (an escaped antislash.)

v0.2

23 Sep 16:28
Compare
Choose a tag to compare

Breaking changes:

  • Remove the selectors3 module. The functionality has moved to the cssselect project.
  • Simplify the API for tinycss.make_parser.

v0.1.1

23 Sep 16:26
Compare
Choose a tag to compare

Bug fixes:

  • Error handling on exepected end of stylesheet in an at-rule head
  • Fix the installation on ASCII-only locales

v0.1

23 Sep 16:26
Compare
Choose a tag to compare

First release. Parser support for CSS 2.1, Seloctors 3, Color 3 and Paged Media 3.