Skip to content

0.8.3

Compare
Choose a tag to compare
@jpsim jpsim released this 07 Jul 19:25
· 385 commits to master since this release
bf13102
Breaking
  • None.
Enhancements
  • Generate Swift declaration for more Objective-C declarations.
    Zheng Li

  • Improve quality & accuracy of Swift interfaces for Objective-C declarations
    when generating Objective-C docs.
    Norio Nomura

  • Process Swift 3.2/4 doc comments.
    John Fairhurst

Bug Fixes
  • Fix missing doc comments on some extensions.
    John Fairhurst
    #454

  • Fix failure when attempting to download documentation coverage badge with
    jazzy using macOS system Ruby, or a Ruby built with outdated versions of
    OpenSSL.
    JP Simard
    #824

  • Stop --skip-undocumented from skipping documented items nested
    inside extensions of types from other modules.
    John Fairhurst
    #502

  • Fix members added to extensions of a nested type showing up in the parent.
    John Fairhurst
    #333