All Versions
11
Latest Version
Avg Release Cycle
129 days
Latest Release
1877 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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.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, 2016Fixed 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