Skip to content

Releases: objecthub/swift-markdownkit

Release 1.3

03 May 22:13
Compare
Choose a tag to compare
  • Loose lists are now detected correctly based on section 5.3 of the CommonMark spec. This fixes a serious bug that was leading to too may lists being interpreted as loose.
  • The signature of case listItem of enum Block changes to enable this bug fix.
  • EmphasisTransformer is now extensible.

Release 1.2

27 Mar 23:37
Compare
Choose a tag to compare
  • Improve the generation of nested lists for AttributedStringGenerator
  • Introduce a new option tightLists for AttributedStringGenerator which renders lists more compactly
  • The API of AttributedStringGenerator changes with this release

Release 1.1.9

04 Aug 16:38
Compare
Choose a tag to compare
  • Support converting Markdown into a string without any markup

Release 1.1.8

01 May 06:56
Compare
Choose a tag to compare
  • Fixed Color.hexString on iOS to handle black correctly
  • Cleaned up Package.swift
  • Updated CHANGELOG

Release 1.1.7

11 Apr 06:37
Compare
Choose a tag to compare
  • Fix handling of copyright sign when escaped as XML named character

Release 1.1.6

10 Apr 17:31
Compare
Choose a tag to compare
  • Migrate framework to Xcode 14
  • Fix tests related to images in attributed strings

Release 1.1.5

27 Feb 06:20
Compare
Choose a tag to compare
  • Bug fixes to make AttributedStringGenerator work with images.

Release 1.1.4

27 Feb 00:17
Compare
Choose a tag to compare
  • Allow customization of image sizes in the AttributedStringGenerator
  • Support relative image links in the AttributedStringGenerator

Release 1.1.3

06 Feb 23:19
Compare
Choose a tag to compare
  • Fix build breakage for Linux
  • Encode predefined XML entities also for code blocks
  • Migrate framework to Xcode 13

Release 1.1.2

30 Jun 19:51
Compare
Choose a tag to compare
  • Allow construction of definition lists outside of MarkdownKit (second attempt)