Introduce simplified html2css API Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
Add bounds to all dependencies.
Normalize the license. I decided I care more about this code getting used than whether it's aiding proprietary software. The latter doesn't appear to be much of a threat given all other browser engines are open source.
Rename to Haskell Stylist, old name was taken.
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.
Have Stylish HTML Conduit depend on a non-buggy version of Stylish Haskell.
Draft html-conduit to Stylish Haskell bindings.
Initialize stylish-html-conduit sidemodule.