Skip to content

Version 14.0.0

Latest
Compare
Choose a tag to compare
@SDGGiesbrecht SDGGiesbrecht released this 15 Jul 00:59
· 2 commits to master since this release
f61ef2b

Breaking Changes

  • SDGSwiftSource has been completely rewritten to be more consistent with modern versions of SwiftSyntax and Markdown.
    • Features handled by DocC are no longer duplicated in SDGSwiftSource.
  • Testing and loading coverage is now a single method call, conforming to the new behaviour of the Swift 5.8 toolchain. (The method still supports with older toolchains, where it invokes multiple commands in a row to achieve the same effect.)

New Features

  • DocC commands are supported.

Bug Fixes

  • Swift 5.8 is fully supported on all platforms and new compiler warnings have been dealt with.
  • Features dependent on SwiftSyntax are available on more platforms.