Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

SwiftCommonMark 1.0.0

Latest
Compare
Choose a tag to compare
@gonzalezreal gonzalezreal released this 05 Dec 17:52
· 1 commit to main since this release

Breaking changes:

  • Updated Document initializers.
  • Removed Document.applyingTransform(:) method.
  • Removed Document.imageURLs property.
  • Use element types as the associated values in Inline and Block enums.
  • @BlockBuilder has been replaced by @BlockArrayBuilder.
  • @InlineBuilder has been replaced by @InlineArrayBuilder.
  • @ItemBuilder has been replaced by @ItemArrayBuilder.

New:

  • Added renderCommonMark() and renderHTML(options:) to Document, Block and Inline.
  • Added documentation for public APIs
  • Embedded cmark C library.