Skip to content

0.4.0: Long Live Objective-C

Compare
Choose a tag to compare
@jpsim jpsim released this 11 Nov 01:02
· 925 commits to master since this release

Jazzy FINALLY has support for Objective-C projects! πŸŽ‰

We'd love to get your feedback, especially if you're having trouble integrating it with your project.

There's a lot of other nice goodies in this release for both Swift and Objective-C. Big thanks to @pcantrell who drastically improved the handling of Swift extensions & support for configuration files.

Breaking
  • --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.
    pcantrell
    #310
  • Render special list items (e.g. Throws, See, etc.). See
    http://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.
    pcantrell
Bug Fixes
  • None.