Skip to content

0.14.0

Compare
Choose a tag to compare
@johnfairh johnfairh released this 14 Aug 16:24
· 69 commits to master since this release
6df391c
Breaking
  • Require at least Ruby 2.6.3.
Enhancements
  • Support DocC-style autolinks and callouts in markdown.
    John Fairhurst

  • Add --source-host option to support projects hosted on GitLab and Bitbucket as well as GitHub. Options --source-host-url and --source-host-files-url and new Mustache tags replace the 'github' versions which remain as back-compatibility aliases.
    John Fairhurst
    #314

  • Add rel="noopener" to all target="_blank" links.
    JP Simard

Bug Fixes
  • Fix source-host line number references in Swift symbolgraph mode, and
    in ObjC mode for references to one-line declarations.
    John Fairhurst

  • Fix crash with ` ` in markdown.
    John Fairhurst
    #1270

  • Fix symbolgraph mode with Xcode 13.
    John Fairhurst