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

1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattt mattt released this 19 May 13:46
· 124 commits to master since this release
a2013b6

Added

  • Added --base-url option.
    #65 by @kean and #93 by @mattt.
  • Added asset pipeline for CSS assets.
    #49 by @kaishin.
  • Add swift-doc version number to command and generated output.
    #94 by @mattt.

Changed

  • Changed Home page to display globals for HTML format.
    #81 by @kean.
  • Changed README to clarify use of swift-doc vs. swift doc
    on the command line.
    #89 by @mattt.
  • Changed the generate command to emit a warning if no source
    files are found.
    #92 by @heckj
  • Changed CommonMark format output of Home page
    to include summaries alongside top-level symbols, when available.
    #97 by @mattt.
  • Changed logging behavior to better communicate errors encountered
    when generating relationship graphs using GraphViz.
    #100 by @mattt.
  • Changed HTML format output of Home page
    to move enumeration cases under initializers.
    #103 by @mattt.

Fixed