Jazzy v0.4.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • 0๏ธโƒฃ --swift-version now defaults to 2.1 instead of 2.0.
      JP Simard
    โœจ Enhancements
    • ๐Ÿ‘Œ Support for documenting Objective-C projects! ๐ŸŽ‰ Pass --objc, --umbrella-header ... and -framework-root ....
      JP Simard #56

    • ๐Ÿ“š Mentions of top-level declarations in documentation comments are now automatically hyperlinked to their reference.
      JP Simard

    • ๐Ÿ”ง Jazzy can now read options from a configuration file. The command line provides comprehensive help for available options via jazzy -h config.
      Paul Cantrell #310

    • ๐Ÿ‘€ Render special list items (e.g. Throws, See, etc.). See https://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/ for a complete list.
      JP Simard #317

    • ๐Ÿ‘Œ Support for Swift 2.1.
      JP Simard

    • ๐Ÿ”€ Swift extensions are now merged with their extended type, rendering a note to describe extension default implementations and extension methods.
      Paul Cantrell

    ๐Ÿ› Bug Fixes
    • None.