~alcinnz/haskell-stylist

ref: 3df8d43cf9f4555f3b4bc55703c14708eb036cdd haskell-stylist/stylist.cabal -rw-r--r-- 3.7 KiB
3df8d43c — Adrian Cochrane 4 years ago
Implement psuedoclass rewrite rules.
8ffc0dd2 — Adrian Cochrane 4 years ago
Implement CSS3 counters.
9e14bcfe — Adrian Cochrane 4 years ago
Parse CSS counters.
dc780976 — Adrian Cochrane 4 years ago
Provide utilities for rewriting CSS-referenced URLs.
52e91d5c — Adrian Cochrane 4 years ago
Update metadata for new repo URL.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
7d1e8859 — Adrian Cochrane 4 years ago
Let user & useragent styles query for a lack of author styles.
41adcf9d — Adrian Cochrane 4 years ago
Introduce simplified html2css API

Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
950b7f7d — Adrian Cochrane 4 years ago
Release Haskell Stylist 1.1.0.0!
04976d4d — Adrian Cochrane 4 years ago
Unittest conditional styles, add loadImports API to fit Rhapsode's use.
b8daf07f — Adrian Cochrane 4 years ago
Implement @import & @media

Dependency injection required for an HTTP client library.
8f545827 — Adrian Cochrane 4 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.
c89f1c66 — Adrian Cochrane 4 years ago
Add bounds to all dependencies.
f631afbf — Adrian Cochrane 4 years ago
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.
ceebe613 — Adrian Cochrane 4 years ago
Rename to Haskell Stylist, old name was taken.
d073900e — Adrian Cochrane 4 years ago
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.
c134671e — Adrian Cochrane 4 years ago
Update Stylish HTML Conduit to use fixed psuedoelement handling.
6344dc8e — Adrian Cochrane 4 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
e5b85906 — Adrian Cochrane 4 years ago
Add support for psuedoelements/classes.
ccae6742 — Adrian Cochrane 4 years ago
Improve code cleanliness to avoid future bugs.
Next