All Versions
13
Latest Version
Avg Release Cycle
14 days
Latest Release
-

Changelog History
Page 2

  • v1.0.0 Changes

    December 17, 2019

    ๐Ÿš€ Released 2019-12-17.

    • โž• Add Doc datatype representing a full document; parse now returns this type.
    • ๐Ÿ‘Œ Improve parsing:
      • double-backslash is recognized as linebreak;
      • emoticons are parsed as Emoji;
      • special sequences of dashes are translated into their unicode representation;
      • naked URLs are parsed as AutoLink;
      • blocks of colored text are parsed as Color;
      • interpretation of special characters as markup can be forced by surrounding them with curly braces.
    • ๐Ÿ“œ A parser plainText was added available to read markup-less text.
    • Inline-parser symbol was renamed to specialChar.
    • โž• Add printer module to render the document AST as Jira markup.
    • Markup datatype changes:
      • new Block elements Color and HorizontalRule.
      • new Inline elements Emoji, and Styled.
      • Inline constructors Subscript, Superscript, Emph, Strong, Inserted, and Deleted have been remove. Use Styled instead.
      • Constructor Image now takes a list of parameters as an additional argument.
    • โœ… CI runs also test GHC 8.8.
  • v0.1.1 Changes

    November 20, 2019
    • ๐Ÿ“œ Ensure proper parsing of backslash-escaped characters.
  • v0.1.0 Changes

    November 19, 2019
    • ๐ŸŽ‰ Initially created.

    ๐Ÿš€ [2]: https://github.com/tarleb/jira-wiki-markup/releases