0.10.0
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
-
Unfold member documentation when linked to from current web page.
John Fairhurst
#788 -
Generate docs when there are unusual characters in source pathnames.
John Fairhurst
#1049 -
Generate docs for signed modules with Xcode 10.2.
John Fairhurst
#1057 -
Use correct module name when only target name is supplied.
Chris Zielinski
#422