Jazzy v0.10.0 Release Notes

Release Date: 2019-06-22 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking
    • The included sourcekitten binary is built with Xcode 10.2. This means it does not run on macOS earlier than 10.14.4 without the Swift 5 Runtime Support for Command Line Tools being installed.
      John Fairhurst
    โœจ Enhancements
    • ๐Ÿ‘Œ Support CocoaPods 1.6+. Use the swift_version[s] dsl in --podspec mode to set the Swift language version.
      John Fairhurst

    • ๐Ÿ‘‰ Show the extension declaration when documenting Swift extensions.
      John Fairhurst

    • ๐Ÿ‘ Allow docs title customization. Include --module-version when it is set and support --title to fully customize the title. Pass {{module_version}} and {{docs_title}} to templates.
      Maximilian Alexander John Fairhurst #666 #411

    ๐Ÿ› Bug Fixes