Skip to content

Releases: SourceDocs/SourceDocs

Release 2.0.1

02 Apr 22:01
fb0e489
Compare
Choose a tag to compare
  • Supporting docs generation on Swift 5.6 (#73)

Release 2.0.0

29 Nov 05:20
3a38adf
Compare
Choose a tag to compare

Fixes

  • Fix issue #66 Static members were ignored by documentation generator (#67)

Enhancements

  • Upgrades for Xcode 13 (#70)

Release 1.2.1

31 Jul 20:15
6c64434
Compare
Choose a tag to compare

Bug Fixes

  • Prepare release 1.2.1 (#62)

Release 1.2.0

04 Jun 15:32
8a828bd
Compare
Choose a tag to compare

Enhancements

  • Add --no-clusters flag to toggle clusters on/off (#55)

Other

  • Remove blockquote from docummentation summary

Release 1.1.0

27 May 04:28
354e3e6
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • New --all-modules parameter to generate documentation for all swift modules in a package (#49)
  • New --reproducible-docs parameter to generate reproducible documentation (#51)

Bug Fixes

  • Fix issue #50, where nested types where documented out of their parent context (#51)

Release 1.0.0

11 May 04:12
0f46a30
Compare
Choose a tag to compare

Breaking

  • Add SourceDocsLib so it can be used by other Swift tools to generate documentation.
  • SourceDocs now requires Swift 5.1 or higher

Enhancements

  • New package command to analyze and document Swift packages.
  • Migrated from Commandant to Swift Argument Parser for command line parsing.

Bug Fixes

  • Fix issue #43 preventing GitHub Pages from being generated

Release 0.6.1

03 Nov 21:28
dfa6fda
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fix --min-acl parameter (#33)

Release 0.6.0

01 Nov 04:34
6a3cac0
Compare
Choose a tag to compare

Breaking

  • SourceDocs now requires Swift 5.0 or higher

Enhancements

  • Add ability to pass in link ending text as a parameter (#20)
  • Add ability to specify input folder (#20)
  • Add customizable file beginning (#20)
  • Add --min-acl to let users determine the minimum access level to generate the documentation (#28)

Bug Fixes

  • None

Release 0.5.1

26 Sep 21:56
951606c
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug Fixes

  • Fix: Cannot be installed via Homebrew on Mojave (#10)

Release 0.5.0

14 Nov 04:21
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Enable collapsible blocks for a cleaner output with --collapsible.
  • Enable table of contents for each type with --table-of-contents.

Bug Fixes

  • None