Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
Fix build failure against new enough versions of 'text'.
Expand permitted base versions.
Expand permitted base versions.
Expand supported base versions.
Add support for `@document regexp()`..
Release Haskell Stylist 2.2!
Release new Haskell Stylist & XML Conduit Stylist!
XML Conduit Stylist changed to abstract away Haskell Stylist's breaking datastructure changes.
Rewrite trivial cases of :where & :is.
This is mostly for the psuedoselector rewrites performed in Data.CSS.Preprocessor.PsuedoClasses
Implement psuedoclass rewrite rules.
Provide utilities for rewriting CSS-referenced URLs.
Update metadata for new repo URL.
Improve documentation, release version 1.2
Let user & useragent styles query for a lack of author styles.
Introduce simplified html2css API
Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
Release Haskell Stylist 1.1.0.0!
Unittest conditional styles, add loadImports API to fit Rhapsode's use.