Skip to content

Releases: swiftlang/swift-markdown

Swift-Markdown 0.5.0

17 Sep 15:20
Compare
Choose a tag to compare

This release is based on the code that shipped into Swift 6.0.

What's Changed

  • Add link title support for commonmark by @Kyle-Ye in #140
  • Remove dependency on argument-parser by @ethan-kusters in #149
  • Fix utf8 decode by @zunda-pixel in #145
  • Fix multi line symbol link source range issue by @Kyle-Ye in #151
  • Fix multiline directive without content parsing range issue by @Kyle-Ye in #154
  • build: add a CMake based build by @compnerd in #141
  • Add 2024 as an accepted year number by @Kyle-Ye in #160
  • Fix Directive argument name and value ranges on non-first line by @Kyle-Ye in #79
  • Add support for Doxygen discussion/note tags by @j-f1 in #159
  • Add support for formatting the new Doxygen types using MarkupFormatter by @j-f1 in #163
  • Support Windows ARM64 builds by @hjyamauchi in #164
  • build: silence warning about CMakeLists.txt from SPM by @compnerd in #167

New Contributors

Full Changelog: 0.4.0...0.5.0

Swift-Markdown 0.4.0

18 Jun 14:40
Compare
Choose a tag to compare

This release is based on the Swift 5.10 release.

Swift 5.10.1 Release

06 Jun 19:11
d91b618
Compare
Choose a tag to compare
Fix multi line symbol link source range issue (#151) (#156)

* Fix multi line symbol link source range issue

* Add disableSourcePosOpts ParseOptions

Swift 5.10 Release

06 Mar 16:14
d91b618
Compare
Choose a tag to compare

What's Changed

  • track inner indentation for doxygen commands by @QuietMisdreavus in #118
  • Fix crash parsing document tree dump as markdown content by @d-ronnqvist in #123
  • Refactored the lex function in the BlockDirectiveParser file. by @Mayank-84 in #128
  • fix: fix to issue #132 (implementation of child(through) by @georgemp in #133
  • Remove a expired link from README.md by @Ryu0118 in #138
  • Fix typo in markdown-tool validation error by @Samasaur1 in #104
  • Rename main.swift to MarkdownCommand.swift and add @main by @Kyle-Ye in #10
  • consider queued newlines when wrapping elements in MarkupFormatter by @QuietMisdreavus in #116
  • [5.10] Add link title support for commonmark by @Kyle-Ye in #147
  • [5.10] Fix multiline directive without content parsing range issue by @Kyle-Ye in #157
  • [5.10] Fix multi line symbol link source range issue by @Kyle-Ye in #156

New Contributors

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE

Swift-Markdown 0.3.0

30 Oct 20:53
Compare
Choose a tag to compare

This release is based on the Swift 5.9 release.

Swift-Markdown 0.2.0

10 May 23:12
Compare
Choose a tag to compare

This release is based on the Swift 5.8 release.