~alcinnz/haskell-stylist

c4b1f8348409e6993d8d48ce991b78ab110cc4cf — Adrian Cochrane 3 years ago 51a99e7
Release version 2.4!
2 files changed, 5 insertions(+), 1 deletions(-)

M ChangeLog.md
M stylist.cabal
M ChangeLog.md => ChangeLog.md +4 -0
@@ 1,5 1,9 @@
# Revision history for stylist

## 2.4.0 -- 2020-12-31
* Add `@document regexp()` support via TDFA.
* Allow callers to define psuedoclasses via callbacks on attribute value.

## 0.0.1  -- YYYY-mm-dd

* First version. Released on an unsuspecting world.

M stylist.cabal => stylist.cabal +1 -1
@@ 10,7 10,7 @@ name:                stylist
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             2.3.0.0
version:             2.4.0.0

-- A short (one-line) description of the package.
synopsis:            Apply CSS styles to a document tree.