Skip to content

Swift 5.10 Release

Latest
Compare
Choose a tag to compare
@shahmishal shahmishal released this 06 Mar 16:14
· 13 commits to main since this release
d91b618

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