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

1.0.0-beta.6

Compare
Choose a tag to compare
@mattt mattt released this 26 Apr 13:20
81f2d3a

Added

Fixed

  • Fixed public extensions exposing nested code of all access levels.
    #195 by @Tunous.
  • Fixed broken links in the relationship graph.
    #226 by @Lukas-Stuehrk.

Changed

  • Breaking Change
    Changed minimum Swift version requirements to 5.3 or later.
    #252 by @mattt.
  • Changed display of code declarations in HTML.
    #204 by @mattt.
  • Changed serialization of Symbol to encode and decode sourceRange key
    instead of sourceLocation key.
    #237 by @mattt.
  • Changed commands to warn when invalid paths are passed.
    #242 by @Lukas-Stuehrk.

Deprecated

  • Deprecated Symbol.sourceLocation property.
    Use Symbol.sourceRange.start instead.
    #237 by @mattt.
  • Changed the generate command to skip hidden files
    and top-level Tests directories.
    #229 by @mattt.