All Versions
11
Latest Version
1.6
Avg Release Cycle
129 days
Latest Release
1877 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