tinycss changelog¶
Version 0.3¶
Released on 2012-09-18.
- Fix a bug when parsing \5c (an escaped antislash.)
- Allow @page rules inside @media rules in CSSPage3Parser, as per css3-page.
- Add the :blank pseudo-class on @page, as defined in css3-gcpm.
Version 0.2¶
Released on 2012-04-27.
Breaking changes:
- Remove the selectors3 module. The functionality has moved to the cssselect project.
- Simplify the API for make_parser().
Version 0.1.1¶
Released on 2012-04-06.
Bug fixes:
- Error handling on exepected end of stylesheet in an at-rule head
- Fix the installation on ASCII-only locales
Version 0.1¶
Released on 2012-04-05.
First release. Parser support for CSS 2.1, Seloctors 3, Color 3 and Paged Media 3.