Jazzy v0.13.1 Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • ๐Ÿ’ฅ 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