submark v0.2.0 Release Notes

Release Date: 2017-11-06 // over 6 years ago
  • ๐Ÿš€ Released on November 6, 2017.

    • Added -i/--ignore-case option for case insensitive match.

    • Wordwrap became turned off by default unless -c/--columns option is present.

    • The signature of Text.CommonMark.Sub.extractSection function was changed from Level -> Text -> Node -> Node to Level -> (Text -> Text -> Bool) -> Text -> Node -> Node; the second parameter, a predicate for text equality, was added.

    • The signature of Text.CommonMark.Sub.matchesHeading function was changed from Level -> Text -> Node -> Bool to Level -> (Text -> Text -> Bool) -> Text -> Node -> Bool; the second parameter, a predicate for text equality, was added.


Previous changes from v0.1.0

  • ๐ŸŽ‰ Initial release. Released on September 24, 2017.