jazzy v0.13.2 Release Notes

Release Date: 2020-04-02 // about 4 years ago
  • ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • ๐Ÿ‘Œ Support Xcode 11.4. Default Objective-C property attributes are now stripped from declarations: turn this off with --keep-default-property-attributes.
      John Fairhurst #829

    • Render LaTeX expressions written using $equation$ or $$equation$$ syntax.
      Arthur Guiot John Fairhurst #1156

    • Wrap long method names on category pages. Use name_html in custom mustache templates to take advantage of this.
      John Fairhurst #995

    • ๐Ÿ‘Œ Support Dash-style apple_ref links to specific API items, for more stable and human-readable links from external docs.
      Paul Cantrell

    ๐Ÿ› Bug Fixes