Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattt mattt released this 31 Jul 22:21
· 101 commits to master since this release
581af2f

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.