0.4.0: Long Live Objective-C
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 viajazzy -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.