Jazzy v0.5.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • 0๏ธโƒฃ --swift-version now defaults to 2.1.1 instead of 2.1.
      Nikita Lutsenko #416

    • ๐Ÿ‘ Swift 1.x is no longer supported.

    • ๐Ÿฑ --templates-directory and --assets-directory have been deprecated in favor of --theme. Specify either 'apple' (default), 'fullwidth' or the path to your mustache templates and other assets for a custom theme.
      Karl Bowden JP Simard #130

    โœจ Enhancements
    • โž• Add --sdk [iphone|watch|appletv][os|simulator]|macosx option for Objective-C projects.
      Jeff Verkoeyen

    • โž• Add --head option to inject custom HTML into <head></head>.
      JP Simard

    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix an issue where extension documentation would use the original type documentation block rather than the comment immediately preceding the extension.
      JP Simard #230 #313 #334

    • ๐Ÿ›  Fix multi-byte documentation issues.
      Norio Nomura #403