@@ 1,5 1,10 @@
# Revision history for stylist
+## 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
@@ 10,7 10,7 @@ name: stylist
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 2.6.0.0
+version: 2.7.0.0
-- A short (one-line) description of the package.
synopsis: Apply CSS styles to a document tree.
@@ 69,10 69,11 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=4.9 && <5, css-syntax >=0.1 && <0.2, text,
- unordered-containers >= 0.2 && <0.3, hashable,
+ build-depends: base >=4.9 && <5, css-syntax >=0.1 && <0.2,
+ unordered-containers >= 0.2 && <0.3,
+ hashable >= 1.4.2 && < 1.5, text >= 1.2.4 && < 1.3,
network-uri >= 2.6 && <2.7, async >= 2.1 && <2.3,
- regex-tdfa >= 1.3, stylist-traits >= 0.1.2 && < 0.2,
+ regex-tdfa >=1.3 && <1.4, stylist-traits >=0.1.2 && <0.2,
file-embed >= 0.0.10 && < 0.1
-- Directories containing source files.