Jazzy v0.14.2 Release Notes

  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ— When building with Swift 5.6 and not passing โ€”-module to Jazzy, declarations may not be correctly identified as undocumented and docs may include unwanted extensions. Pass โ€”-module MyModuleName to fix this.
      John Fairhurst
    โœจ Enhancements
    • ๐Ÿ‘Œ Support using pre-generated symbolgraph files in Swift symbolgraph mode.
      Nathan Wong

    • โš  Issue a warning on some combinations of Objective-C flags.
      John Fairhurst #900

    • ๐Ÿ‘Œ Support Swift 5.6. The bundled sourcekitten is a universal binary.
      John Fairhurst

    ๐Ÿ› Bug Fixes
    • In Swift symbolgraph mode, stop including extensions to types that are beneath the minimum ACL.
      John Fairhurst #1291