Skip to content

0.10.0: FailableKitten

Compare
Choose a tag to compare
@jpsim jpsim released this 09 Feb 07:54
· 1248 commits to main since this release

This release is all @norio-nomura, thanks!

Breaking
  • Change SwiftDocs.init(file:arguments:) to
    SwiftDocs.init?(file:arguments:).
    Norio Nomura
Enhancements
  • Add Request.failableSend() that can handle SourceKitService crashes.
    sourcekitten doc does not stop when SourceKitService crashes.
    Norio Nomura
Bug Fixes