jira-wiki-markup v1.3.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • ๐Ÿš€ Released 2020-04-04

    • ๐Ÿ‘Œ Support was added for additional syntax constructs:

      • citation markup (??citation??),
      • links to attachments ([title^attachment.ext]), and
      • user links ([~username]).
    • ๐Ÿ”„ Changes to module Text.Jira.Markup:

      • A new data type LinkType is exported from the module.
      • Changes to type Inline:

        • a new constructor Citation has been added;
        • the Link constructor now takes an additional parameter of type LinkType.