Skip to content

Releases: bmoliveira/MarkdownKit

1.7.1

21 Apr 10:01
Compare
Choose a tag to compare
  • Fixes library on macCatalyst (#87)
  • Replaces mega bullet with normal bullet (#74)

v1.7.0 - SPM 🎉

23 Mar 21:46
828e996
Compare
Choose a tag to compare

Added Swift Package Manager support (#81)

v1.6.0

26 Jan 15:32
Compare
Choose a tag to compare

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 - Added support for macOS

31 Jan 17:27
Compare
Choose a tag to compare

Added support for macOS.

Main changes:

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

Version 1.4.1

22 Jan 12:20
Compare
Choose a tag to compare

Changes:

  • Removed pods config from the Framework.
  • Targeted the Markdownkit.framework to iOS 9.0 the minimum supported version.

Version 1.4

21 Jan 16:16
64bb17f
Compare
Choose a tag to compare

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

16 Jan 16:27
Compare
Choose a tag to compare

Changes:

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

Version 1.2

15 Sep 11:06
Compare
Choose a tag to compare

Version 1.2 adds Swift 3.0 support

Version 1.1.0

05 Sep 12:02
Compare
Choose a tag to compare

Added support for default font setting

Version 1.0.3

30 Aug 15:14
Compare
Choose a tag to compare

Performance improvements for compile time