Skip to content

Swift-Markdown 0.5.0

Latest
Compare
Choose a tag to compare
@QuietMisdreavus QuietMisdreavus released this 17 Sep 15:20
· 12 commits to main since this release

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