Skip to content

0.13.1

Compare
Choose a tag to compare
@jpsim jpsim released this 07 Jan 21:39
· 143 commits to master since this release
06a9f2e
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
    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