All Versions
59
Latest Version
Avg Release Cycle
61 days
Latest Release
-

Changelog History
Page 3

  • v0.9.3 Changes

    May 06, 2018
    πŸ’₯ Breaking
    • None.
    ✨ Enhancements
    • None.
    πŸ› Bug Fixes

    πŸ›  Fix crash when specifying empty Swift version. Now correctly uses the default
    Swift version.
    JP Simard

    πŸ›  Fix jony theme selection.
    John Fairhurst
    #962

  • v0.9.2 Changes

    April 21, 2018
    πŸ’₯ Breaking
    • None.
    ✨ Enhancements

    βž• Add a new 'jony' theme similar to the 2017 Apple documentation style.
    Harshil Shah

    βž• Add the ability to limit documentation to certain files by passing in an
    -i/--include argument.
    Nick Fox
    #949

    πŸ‘Œ Improve Swift declarations to look more like the Xcode Quick Help version,
    for example including { get set }, and include all attributes.
    John Fairhurst
    #768
    #591

    πŸ› Bug Fixes

    Preserve MARK comment headings associated with extensions and enum cases.
    John Fairhurst

    πŸ›  Fix issue where Overview items were invalidly being referenced with NULL
    πŸ“„ types in the generated Dash docset index.
    Andrew De Ponte

    Don't display FIXME or TODO comments as section markers.
    John Fairhurst
    #658

  • v0.9.1 Changes

    January 08, 2018
    πŸ’₯ Breaking
    • None.
    ✨ Enhancements

    βž• Added a config option (--undocumented-text UNDOCUMENTED_TEXT) to set the
    0️⃣ default text for undocumented symbols.
    Akhil Batra
    #913

    βž• Added a config option to hide Objective-C or Swift declarations:
    --hide-declarations [objc|swift].
    Ibrahim Ulukaya
    #828

    Automatically use Swift or Objective-C syntax highlighting for code blocks
    πŸ“š in documentation comments. Improve Swift highlighting with latest Rouge.
    John Fairhurst
    #218

    πŸ› Bug Fixes

    πŸ›  Fix Swift declarations when generating Objective-C docs for generic types.
    John Fairhurst
    #910

    πŸ“š Don't create documentation nodes for generic type parameters.
    John Fairhurst
    #878

  • v0.9.0 Changes

    October 27, 2017
    πŸ’₯ Breaking
    • πŸ“š Generate documentation coverage badge locally. Since this avoids the failable
      🚚 HTTP request to shields.io previously used to obtain the badge, we've removed
      the --[no-]download-badge flag and the corresponding download_badge
      πŸ”§ YAML configuration key.
      Samuel Giddins
    ✨ Enhancements
    • None.
    πŸ› Bug Fixes

    πŸ›  Fixed issue that prevented Jazzy from running on case sensitive file systems.
    Jeremy David Giesbrecht
    #891

    πŸ›  Fixed issue preventing --podspec from working with test_specs.
    John Fairhurst
    #894

    Always display correct declaration for undocumented symbols.
    John Fairhurst
    #864

    Trim common indentation in multiline declarations.
    John Fairhurst
    #836

  • v0.8.4 Changes

    September 28, 2017
    πŸ’₯ Breaking
    • None.
    ✨ Enhancements

    Align jazzy terminology with Apple usage.
    Xiaodi Wu
    John Fairhurst

    βž• Add url attribute that can be more accurate than {{section}}.html as a URL
    in custom templates.
    John Fairhurst

    πŸ› Bug Fixes

    πŸ›  Fix crash when specifying swift_version as a floating point value in
    .jazzy.yaml rather than a string.
    JP Simard
    #860

    πŸ“š Autolink from parameter documentation and from external markdown documents
    including README. Autolink to symbols containing & < >.
    John Fairhurst
    #715
    #789
    #805

    πŸ›  Fix Swift 4 declarations containing ampersands (&) being truncated.
    JP Simard

  • v0.8.3 Changes

    July 07, 2017
    πŸ’₯ Breaking
    • None.
    ✨ Enhancements

    Generate Swift declaration for more Objective-C declarations.
    Zheng Li

    πŸ‘Œ Improve quality & accuracy of Swift interfaces for Objective-C declarations
    πŸ“„ when generating Objective-C docs.
    Norio Nomura

    πŸ–¨ Process Swift 3.2/4 doc comments.
    John Fairhurst

    πŸ› Bug Fixes

    πŸ›  Fix missing doc comments on some extensions.
    John Fairhurst
    #454

    πŸ›  Fix failure when attempting to download documentation coverage badge with
    🍎 jazzy using macOS system Ruby, or a Ruby built with outdated versions of
    OpenSSL.
    JP Simard
    #824

    Stop --skip-undocumented from skipping documented items nested
    inside extensions of types from other modules.
    John Fairhurst
    #502

    πŸ›  Fix members added to extensions of a nested type showing up in the parent.
    John Fairhurst
    #333

  • v0.8.2 Changes

    πŸ’₯ Breaking
    • None.
    ✨ Enhancements
    • Report number of included and skipped declarations in CLI output.
      John Fairhurst #238

    • πŸ— Build ObjC docs with clang modules enabled by default (-fmodules flag).
      Maksym Grebenets #636

    • Shave ~1MB from jazzy's gem distribution.
      JP Simard

    πŸ› Bug Fixes
    • πŸ›  Fix support for Ruby 2.2.
      John Fairhurst #801

    • πŸ›  Fix many cases of incorrect, missing or superfluous docs on Swift declarations.
      John Fairhurst

  • v0.8.1 Changes

    πŸ’₯ Breaking
    • None.
    ✨ Enhancements
    • πŸ‘ Allow all markdown in returns and parameter description callouts.
      John Fairhurst #476
    πŸ› Bug Fixes
  • v0.8.0 Changes

    πŸ’₯ Breaking
    ✨ Enhancements
    • βž• Add --[no-]download-badge flag to skip downloading the documentation coverage badge from shields.io. Useful if generating docs offline.
      JP Simard #765
    πŸ› Bug Fixes
    • Blank line no longer needed before lists or code blocks.
      John Fairhurst #546

    • πŸ”— Linking to headers in apple theme gives correct vertical alignment.
      John Fairhurst

    • Headers in source code markdown no longer cause corruption.
      John Fairhurst #628

  • v0.7.5 Changes

    πŸ’₯ Breaking
    • None.
    ✨ Enhancements
    • None.
    πŸ› Bug Fixes
    • πŸ›  Fix issue where using a custom theme would crash jazzy when using Ruby 2.4.
      Jason Wray #752

    • πŸ›  Fix support for Ruby 2.0.0.
      Jason Wray #747

    • πŸ›  Fix issue where header files are not found if inside subdirectories of the framework_root specified folder.
      Christopher Gretzki #518