Releases: bmoliveira/MarkdownKit
Releases · bmoliveira/MarkdownKit
Bump swift version
Extra: Fix utf16 link handling
What's Changed
- Combination of bold and italic by @gaebel in #88
- Fix and test bold, italic, strikethrough combinations by @gaebel in #89
- Fix links and parentheses don't work well together by @gaebel in #90
- Hot fix by @gaebel in #91
- Improve links and preserve styles by @gaebel in #92
- Change protocol inheritance from class to AnyObject by @chandlerhuff in #93
- Fix a crash when parsing lists with lots of spaces after the indicator character by @guillaumealgis in #94
- Fix AppStore "missing plist key" error when upload Carthage compiled framework by @ilia3546 in #95
- Add Support for SPM Dynamic Package by @dbarden in #105
- Enable Library Evolution by @jaredteladoc in #117
- fix broken link by @PassionPenguin in #118
- Fix utf 16 link + bump minimum version by @bmoliveira in #122
New Contributors
- @chandlerhuff made their first contribution in #93
- @guillaumealgis made their first contribution in #94
- @ilia3546 made their first contribution in #95
- @dbarden made their first contribution in #105
- @jaredteladoc made their first contribution in #117
- @PassionPenguin made their first contribution in #118
Full Changelog: 1.7.1...1.7.2
1.7.1
v1.7.0 - SPM 🎉
Added Swift Package Manager support (#81)
v1.6.0
v1.5 - Added support for macOS
Added support for macOS.
Main changes:
UIFont/NSFont aliased to MarkdownFont
UIColor/NSColor aliased to MarkdownColor
Version 1.4.1
Changes:
- Removed pods config from the Framework.
- Targeted the Markdownkit.framework to iOS 9.0 the minimum supported version.
Version 1.4
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
Version 1.3 - Fixed a lot of bugs and swift 4.2 support
Version 1.2
Version 1.2 adds Swift 3.0 support
Version 1.1.0
Added support for default font setting