Changelog for submark-0.3.1
submark changelog
Version 0.3.1
Released on Match 15, 2022.
- Added
dahlia/submarkaction for GitHub Actions. [#6] - Added
dahlia/submark/setupaction for GitHub Actions. [#6]
Version 0.3.0
Released on March 11, 2022.
- Added options from
--h1-regexto--h6-regex. [#2] - Added
Text.CommonMark.Sub.HeadingPatterntype. [#2] - Added
Text.CommonMark.Sub.HeadingTitlePatterntype. [#2] - The signature of
Text.CommonMark.Sub.extractSectionfunction was changed fromLevel -> (Text -> Text -> Bool) -> Text -> Node -> NodetoHeadingPattern -> Node -> Node. [#2] - The signature of
Text.CommonMark.Sub.matchesHeadingfunction was changed fromLevel -> (Text -> Text -> Bool) -> Text -> Node -> BooltoHeadingPattern -> Node -> Bool. [#2]
Version 0.2.0
Released on November 6, 2017.
-
Added
-i/--ignore-caseoption for case insensitive match. -
Wordwrap became turned off by default unless
-c/--columnsoption is present. -
The signature of
Text.CommonMark.Sub.extractSectionfunction was changed fromLevel -> Text -> Node -> NodetoLevel -> (Text -> Text -> Bool) -> Text -> Node -> Node; the second parameter, a predicate for text equality, was added. -
The signature of
Text.CommonMark.Sub.matchesHeadingfunction was changed fromLevel -> Text -> Node -> BooltoLevel -> (Text -> Text -> Bool) -> Text -> Node -> Bool; the second parameter, a predicate for text equality, was added.
Version 0.1.0
Initial release. Released on September 24, 2017.