blaze-html 0.7.0.3 → 0.7.1.0
raw patch · 3 files changed
+12/−7 lines, 3 filesdep ~blaze-markupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-markup
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- blaze-html.cabal +7/−7
- src/Util/GenerateHtmlCombinators.hs +1/−0
CHANGELOG view
@@ -1,3 +1,7 @@+- 0.7.1.0+ * Add `itemscope` and `itemprop` attributes+ * Constraint `blaze-markup` dependency+ - 0.7.0.3 * Dependency bump to allow `text-1.2`
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.7.0.3+Version: 0.7.1.0 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -51,11 +51,11 @@ Text.Blaze.XHtml5.Attributes Build-depends:- base >= 4 && < 5,- blaze-builder >= 0.2 && < 0.4,- blaze-markup >= 0.6 && < 0.7,- bytestring >= 0.9 && < 0.11,- text >= 0.10 && < 1.3+ base >= 4 && < 5,+ blaze-builder >= 0.2 && < 0.4,+ blaze-markup >= 0.6.3 && < 0.7,+ bytestring >= 0.9 && < 0.11,+ text >= 0.10 && < 1.3 Test-suite blaze-html-tests Type: exitcode-stdio-1.0@@ -78,7 +78,7 @@ -- Copied from regular dependencies... base >= 4 && < 5, blaze-builder >= 0.2 && < 0.4,- blaze-markup >= 0.6 && < 0.7,+ blaze-markup >= 0.6.3 && < 0.7, bytestring >= 0.9 && < 0.11, text >= 0.10 && < 1.3
src/Util/GenerateHtmlCombinators.hs view
@@ -428,6 +428,7 @@ , "form", "formaction", "formenctype", "formmethod", "formnovalidate" , "formtarget", "headers", "height", "hidden", "high", "href" , "hreflang", "http-equiv", "icon", "id", "ismap", "item", "itemprop"+ , "itemscope", "itemtype" , "keytype", "label", "lang", "list", "loop", "low", "manifest", "max" , "maxlength", "media", "method", "min", "multiple", "name" , "novalidate", "onbeforeonload", "onbeforeprint", "onblur", "oncanplay"