summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03Release Stylist Traits 0.1.1!HEADmainAdrian Cochrane
2022-11-03Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into mainAdrian Cochrane
2022-11-03Expose & fix treeFind/treeFlattenAll utilities.Adrian Cochrane
2022-11-02Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into mainAdrian Cochrane
2022-11-02Fix breaking dependency.Adrian Cochrane
2022-08-16New releases of all hackages! + code tidies.Adrian Cochrane
2022-08-16Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.Adrian Cochrane
2022-08-13Add utils for implementing :target-within, ensure unlayered styles take prece...Adrian Cochrane
2022-08-10Fix @layer to play nicely with the conditional at-rules.Adrian Cochrane
2022-08-09Integrate @layer support into core engine!Adrian Cochrane
2022-08-09Parse @layer rules.Adrian Cochrane
2022-08-09Tweak priority to be a list for the sake of cascadeLayers.Adrian Cochrane
2022-08-08Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible st...Adrian Cochrane
2022-08-07Extract parser, datatypes, & traits into separate decoupling hackage.Adrian Cochrane
2021-12-21Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into mainAdrian Cochrane
2021-12-21Fix build failure against new enough versions of 'text'.Adrian Cochrane
2021-12-21Expand permitted base versions.Adrian Cochrane
2021-03-06Expand permitted base versions.Adrian Cochrane
2021-01-23Expand supported base versions.Adrian Cochrane
2020-12-31Release new version of XML-Conduit-Stylist to go with Haskell Stylist 2.4.Adrian Cochrane
2020-12-31Release version 2.4!Adrian Cochrane
2020-12-31Allow callers to define psuedoclasses via callback.Adrian Cochrane
2020-12-31Drop legacy FIXME regarding media query ratios.Adrian Cochrane
2020-12-31Add support for `@document regexp()`..Adrian Cochrane
2020-11-14Treat ratios as fractional numbers.Adrian Cochrane
2020-11-14Add support for range types to media query interpretor.Adrian Cochrane
2020-11-14Add hook for callers to run their own tests against attributes.Adrian Cochrane
2020-05-08XML Conduit Stylist 2.2 depends on Haskell Stylist 2.2Adrian Cochrane
2020-05-08Release XML Conduit Stylist 2.2!Adrian Cochrane
2020-05-08XML Conduit Stylist functions upstream.Adrian Cochrane
2020-05-08Release Haskell Stylist 2.2!Adrian Cochrane
2020-05-08Add new style tree traversals.Adrian Cochrane
2020-05-08Expand :is/:where lowering.Adrian Cochrane
2020-05-08Codestyle: remove unnecessary parens.Adrian Cochrane
2020-05-08Move :root handling into interpretor.Adrian Cochrane
2020-05-06Test basics of counter substitution.Adrian Cochrane
2020-05-06Test counters() handling against longhand rather than shorthand.Adrian Cochrane
2020-05-04Start testing counters implementations, fix syntactic shorthand lowering for ...Adrian Cochrane
2020-04-25Release XML Conduit Stylist 2.0.0.0!Adrian Cochrane
2020-04-25Refactor style application API to use StyleTree abstraction.Adrian Cochrane
2020-04-24Draft stylize function.Adrian Cochrane
2020-04-24XML Conduit Stylist Refactor: convert XML Conduit tree to Haskell Stylist Ele...Adrian Cochrane
2020-04-24Drop legacy html2css parsing functions.Adrian Cochrane
2020-04-24Release new Haskell Stylist & XML Conduit Stylist!Adrian Cochrane
2020-04-23Correct pseudoclass to pseudoelement rewrites to apply to only rightmost sele...Adrian Cochrane
2020-04-22ISSUES: Namespaces have just been implemented.Adrian Cochrane
2020-04-22Remove preceding whitespace from all CSS at-rules.Adrian Cochrane
2020-04-22Lower psuedoclasses & namespaces throughout CSS selectors.Adrian Cochrane
2020-04-22Rewrite parsed namespaces according to @namespace rules.Adrian Cochrane
2020-04-22Evaluate attribute namespace selectors.Adrian Cochrane