XML Conduit Stylist functions upstream.
Start testing counters implementations, fix syntactic shorthand lowering for counter[s]() functions.
Release XML Conduit Stylist 2.0.0.0!
Refactor style application API to use StyleTree abstraction.
XML Conduit Stylist Refactor: convert XML Conduit tree to Haskell Stylist Element StyleTree.
Drop legacy html2css parsing functions.
Release new Haskell Stylist & XML Conduit Stylist!
XML Conduit Stylist changed to abstract away Haskell Stylist's breaking datastructure changes.
Integrate unstyled tests into XML Conduit Stylist.
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.
Rename to Haskell Stylist, old name was taken.
Resolve relative link tags for caller.
Export traversePrepopulatedStyles
Add additional hooks for callers:
* Resolve relative URLs.
* Set priority on any stylesheet implementation.
* Substitute content during XML Conduit traversal in place of computed styles.
Update Stylish HTML Conduit to use fixed psuedoelement handling.
Add support for ::before/::after psuedoclasses to HTML Conduit bindings.
Parse HTML 'style' attributes.
Improve traverseStyles type signature.
Allow differing output types and give text nodes style if they want it.