~alcinnz/haskell-stylist

haskell-stylist/ChangeLog.md -rw-r--r-- 742 bytes
8880b129 — Adrian Cochrane Minor fix to repair the testsuite! 5 months ago
                                                                                
ceebe613 Adrian Cochrane
22d07de9 Adrian Cochrane
0a7e279a Adrian Cochrane
e4585f4a Adrian Cochrane
3efc7613 Adrian Cochrane
c4b1f834 Adrian Cochrane
22d07de9 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Revision history for stylist

## 2.7.0.1 -- 2023-06-20
* Fix build when downloaded from Hackage (was missing a file)

## 2.7.0 -- 2023-05-16
* Improved crash resiliency in rendering numbers
* Allow prioritizing specific properties in cascade.
* Renamed `priority` field of queryable stylesheets to avoid conflict in reexports (hence major version)

## 2.6.0 -- 2023-05-04
* Improved text generation
* Added infrastructure forwarding pseudoelements to PropertyParsers
* @counter-style support, with large builtin suite.

## 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.