swift-doc v1.0.0-beta.4 Release Notes

Release Date: 2020-07-31 // over 3 years ago
  • โž• Added

    • โž• Added icon for associated type symbols.
      #145 by @mattt.

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed runtime error related to networking and processes on Ubuntu Linux.
      #140 by @JaapWijnen.
    • ๐Ÿ›  Fixed whitespace of code listings.
      #144 by @mbrandonw.
    • ๐Ÿ›  Fixed crash when attempting to generate paths with no base URL specified.
      #127 by @mattpolzin, @kareman, and @mattt.
    • ๐Ÿ›  Fixed display of sidebar icons.
      #145 by @mattt.
    • ๐Ÿ›  Fixed inclusion of non-public subclasses of public superclasses.
      #131 by @MattKiazyk. #116 by @ApolloZhu.
    • ๐Ÿ›  Fixed display of bullet list items in documentation discussion parts.
      #130 by @mattt.
    • ๐Ÿ›  Fixed file and directory unexpected permissions.
      #146 by @niw.
    • ๐Ÿ›  Fixed rendering of colon sequences in function signatures
      ๐Ÿฑ as emoji shortcodes (e.g. :on: โ†’ ๐Ÿ”›).
      #149 by @mattt.
    • ๐Ÿ›  Fixed declarations for properties without explicit type annotations.
      #150 by @mattt.
    • ๐Ÿ›  Fixed visual regression for adjacent linked tokens in code block.
      #152 by @mattt.
    • ๐Ÿ›  Fixed regression that caused nodes in relationships graph
      ๐Ÿ“š to not have links to their corresponding symbol documentation.
      #153 by @mattt.
    • ๐Ÿ›  Fixed markup for parameter descriptions in HTML output.
      #156 by @mattt.