0.13.1
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 incustom_categories
. Defaults to 'Other '.
JP Simard -
Add
hide_unlisted_documentation
configuration setting. Setting this
totrue
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