Skip to content

0.13.2

Compare
Choose a tag to compare
@johnfairh johnfairh released this 02 Apr 09:06
· 128 commits to master since this release
3a4421c
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
    #1167

Bug Fixes