commonmark 0.2.5 → 0.2.5.1
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- commonmark.cabal +1/−1
- src/Commonmark/Blocks.hs +1/−1
changelog.md view
@@ -1,5 +1,10 @@ # Changelog for commonmark +## 0.2.5.1++ * Replace `source` with `search` in list of block tags.+ This is a spec 0.31 change that was forgotten in the last release.+ ## 0.2.5 * Fix HTML comment parser to conform to 0.31.2 spec.
commonmark.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: commonmark-version: 0.2.5+version: 0.2.5.1 synopsis: Pure Haskell commonmark parser. description: This library provides the core data types and functions
src/Commonmark/Blocks.hs view
@@ -1181,7 +1181,7 @@ "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hr", "html", "iframe", "legend", "li", "link", "main", "menu", "menuitem", "nav", "noframes", "ol", "optgroup", "option",- "p", "param", "section", "source", "summary", "table", "tbody",+ "p", "param", "search", "section", "summary", "table", "tbody", "td", "tfoot", "th", "thead", "title", "tr", "track", "ul"]) spaceTok <|> lookAhead lineEnd