All Versions
11
Latest Version
1.6
Avg Release Cycle
129 days
Latest Release
1523 days ago

Changelog History
Page 1

  • v1.6 Changes

    January 26, 2020

    PR #42 #44 #46 #49 #55 #56 #54

    • โฌ†๏ธ Bumped swift to 5
    • โž• Added strikethrough #49
    • ๐Ÿ›  Fixed multi leveled list #54
    • ๐Ÿ›  Fixed Bold and Italic handling #42
  • v1.5 Changes

    January 31, 2019

    โž• Added support for macOS.

    Main changes:

    UIFont/NSFont aliased to MarkdownFont
    UIColor/NSColor aliased to MarkdownColor

  • v1.4.1 Changes

    January 22, 2019

    ๐Ÿ”„ Changes:

    • โœ‚ Removed pods config from the Framework.
    • ๐Ÿ‘ Targeted the Markdownkit.framework to iOS 9.0 the minimum supported version.
  • v1.4 Changes

    January 21, 2019

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  Fixed a bug parsing code elements with UTF decoding see #35
    • ๐Ÿ‘Œ Improved readability of code regex and limited until 3 ```
    • ๐Ÿ”จ Refactored Example project to support internet markdowns
  • v1.3 Changes

    January 16, 2019

    ๐Ÿ”„ Changes:

    Thank you so much for everyone that contributed, and sorry for the long time to answer

  • v1.2 Changes

    September 15, 2016

    ๐Ÿ”– Version 1.2 adds Swift 3.0 support

  • v1.1.0 Changes

    September 05, 2016

    โž• Added support for default font setting

  • v1.0.3 Changes

    August 30, 2016

    ๐ŸŽ Performance improvements for compile time

  • v1.0.2 Changes

    August 01, 2016

    Fixed issues where Bold and Italic elements were being used in urls such as http://imdb.com/name/nm5543604/?ref_=fn_al_nm_1 where it was not intended.

  • v1.0.1 Changes

    August 01, 2016

    ๐Ÿ›  Fixes to MarkdownCode by @Hengyu