Skip to content

0.7.3

Compare
Choose a tag to compare
@jpsim jpsim released this 01 Dec 20:34
· 539 commits to master since this release
ef04612
Breaking
  • None.
Enhancements
  • Podspec-based documentation will take trunk's pushed_with_swift_version
    attribute into account when generating documentation by default.
    Orta Therox
  • Podspec-based documentation respects the swift-version config option.
    Orta Therox
Enhancements
Bug Fixes
  • Rename Dash typedef type from "Alias" to "Type".
    Bogdan Popescu
  • Fix crash when sorting multiple identically named declarations with no USR,
    which is very common when generating docs for podspecs supporting multiple
    platforms.
    JP Simard
    #661
  • Fix Xcode not being found when specifying a custom Swift version
    (--swift-version).
    Samuel Giddins
    Paul Cantrell
    #656
  • Fix crash when generating Objective-C docs for projects with "@" directives in
    documentation comments with Xcode 8.1 or later.
    Jérémie Girault