Releases: objecthub/swift-markdownkit
Releases · objecthub/swift-markdownkit
Release 1.3
- 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 enumBlock
changes to enable this bug fix. EmphasisTransformer
is now extensible.
Release 1.2
- Improve the generation of nested lists for
AttributedStringGenerator
- Introduce a new option
tightLists
forAttributedStringGenerator
which renders lists more compactly - The API of
AttributedStringGenerator
changes with this release
Release 1.1.9
- Support converting Markdown into a string without any markup
Release 1.1.8
- Fixed
Color.hexString
on iOS to handle black correctly - Cleaned up
Package.swift
- Updated
CHANGELOG
Release 1.1.7
- Fix handling of copyright sign when escaped as XML named character
Release 1.1.6
- Migrate framework to Xcode 14
- Fix tests related to images in attributed strings
Release 1.1.5
- Bug fixes to make
AttributedStringGenerator
work with images.
Release 1.1.4
- Allow customization of image sizes in the
AttributedStringGenerator
- Support relative image links in the
AttributedStringGenerator
Release 1.1.3
- Fix build breakage for Linux
- Encode predefined XML entities also for code blocks
- Migrate framework to Xcode 13
Release 1.1.2
- Allow construction of definition lists outside of MarkdownKit (second attempt)