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