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

Changelog History
Page 2

  • v0.13.1 Changes

    January 07, 2020
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements

    ๐Ÿ‘ Allow inline html tags in ObjC doc comments.
    Chris Williams
    #976

    ๐Ÿ‘Œ Support code formatting in ObjC doc comments with @c, @code and
    @endcode.
    Bryce Pauken
    jpsim/SourceKitten#631

    Add custom_categories_unlisted_prefix configuration setting. This
    is the prefix for navigation section names that aren't explicitly
    0๏ธโƒฃ listed in custom_categories. Defaults to 'Other '.
    JP Simard

    Add hide_unlisted_documentation configuration setting. Setting this
    ๐Ÿ“š to true hides documentation entries in the sidebar from the
    ๐Ÿ“š documentation config value that aren't explicitly listed in
    custom_categories.
    JP Simard

    ๐Ÿ› Bug Fixes

    ๐Ÿ›  Fix crash when SourceKit returns out of bounds string byte offsets.
    JP Simard

    Pick the right version of declarations with type attributes.
    John Fairhurst
    #1148

  • v0.13.0 Changes

    December 09, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements

    โž• Add section headings for members added by Swift conditional conformances.
    John Fairhurst
    #717

    ๐Ÿ“œ Parse markdown in MARK comments, make the html available to themes via
    name_html mustache tag key for section headings.
    John Fairhurst

    ๐Ÿ“„ Include protocol conformances added by extensions in Swift docs.
    John Fairhurst

    ๐Ÿ› Bug Fixes

    Render bullet lists correctly when followed by a callout.
    John Fairhurst
    #785

    Render markup of text inside double quotes.
    John Fairhurst
    #992

    ๐Ÿ›  Fix sourcekitten_sourcefile used from config file.
    John Fairhurst
    #1137

  • v0.12.0 Changes

    November 11, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • ๐Ÿ‘Œ Support for mixed Swift-ObjC modules: generate two sets of SourceKitten json and pass them on using --sourcekitten-sourcefile.
      Joe Susnick John Fairhurst #447
    ๐Ÿ› Bug Fixes
  • v0.11.2 Changes

    September 25, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes

    ๐Ÿ“„ Generate Swift docs with Xcode 11 and paths with spaces.
    John Fairhurst
    #1108

    Reinstate guessing of module name from podspec, broken in 0.11.0.
    John Fairhurst
    #1109

  • v0.11.1 Changes

    September 17, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes
    • Don't use SwiftPM if there is an Xcode workspace or project in a non-root directory.
      John Fairhurst #1103
  • v0.11.0 Changes

    September 13, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • ๐Ÿ‘ Sass support now provided by libsass via sassc instead of the deprecated Ruby Sass gem.
      John Fairhurst

    • โšก๏ธ Update bundled jQuery to 3.4.1 (all themes).
      Paul Idstein

    • ๐Ÿ‘Œ Support Xcode 11 Swift projects that pass a response file to the Swift compiler.
      John Fairhurst #1087

    • ๐Ÿ“ฆ Generate Swift docs from a Swift Package Manager package without requiring an Xcode project file. Add --swift-build-tool to choose the build method if both .xcodeproj and Package.swift files are present. Add --build-tool-flags as a preferred alias for --xcodebuild-flags.
      John Fairhurst #487

    ๐Ÿ› Bug Fixes
  • v0.10.0 Changes

    June 22, 2019
    ๐Ÿ’ฅ 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
  • v0.9.6 Changes

    April 04, 2019

    ๐Ÿš€ This is (probably) the last release to support Ruby earlier than 2.3. This is due to a change in a dependency.

    ๐Ÿ‘ This is (probably) the last release to support macOS earlier than 10.14.4 without the Swift 5 Runtime Support for Command Line Tools package installed. This is a consequence of Swift 5 ABI stability.

    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements

    ๐Ÿ‘ Swift 5 support: suppress unwanted newlines and deinit declarations.
    John Fairhurst

    โšก๏ธ Update JavaScript libraries: jQuery 3.3.1 (all themes), Lunr 2.3.5,
    typeahead.js 1.2.1 (fullwidth theme only).
    John Fairhurst
    #901

    ๐Ÿ‘ท Avoid clean build when using the new Xcode build system.
    Norio Nomura

    ๐Ÿ› Bug Fixes
    • None.
  • v0.9.5 Changes

    January 26, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements

    ๐Ÿ”— Link to documentation pages from contents pages.
    John Fairhurst
    #730

    ๐Ÿ—„ Call out unavailable and deprecated Objective-C declarations.
    Stefan Kieleithner
    John Fairhurst
    #843

    ๐Ÿ› Bug Fixes

    ๐Ÿ‘Œ Support Swift 4.2 with --podspec.
    John Fairhurst
    #1015

    ๐Ÿ›  Fix multiline copyright for apple theme.
    Fabien Lydoire
    John Fairhurst
    #1016

  • v0.9.4 Changes

    January 26, 2019
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes

    ๐Ÿ›  Fix crash with pre-existing Docs directory.
    John Fairhurst
    #965

    ๐Ÿ›  Fix crash with unicode scalars in string literals.
    John Fairhurst
    #972

    ๐Ÿ›  Fix error compiling a Swift podspec in Xcode 10.
    Minh Nguyแป…n
    #970