All Versions
12
Latest Version
Avg Release Cycle
94 days
Latest Release
1660 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.1 Changes
July 31, 2020๐ Bug Fixes
- ๐ Prepare release 1.2.1 (#62)
-
v1.2.0 Changes
June 04, 2020โจ Enhancements
- โ Add
--no-clusters
flag to toggle clusters on/off (#55)
Other
- โ Remove blockquote from docummentation summary
- โ Add
-
v1.1.0 Changes
May 27, 2020 -
v1.0.0 Changes
May 11, 2020๐ฅ 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
toSwift Argument Parser
for command line parsing.
๐ Bug Fixes
- ๐ Fix issue #43 preventing GitHub Pages from being generated
- โ Add
-
v0.6.1 Changes
November 03, 2019 -
v0.6.0 Changes
November 01, 2019๐ฅ 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
-
v0.5.1 Changes
September 26, 2018๐ฅ Breaking
- None
โจ Enhancements
- None
๐ Bug Fixes
- ๐ Fix: Cannot be installed via Homebrew on Mojave (#10)
-
v0.5.0 Changes
November 14, 2017๐ฅ 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
-
v0.4.0 Changes
October 25, 2017๐ฅ Breaking
- โก๏ธ Updated command line argument handling:
- Use
sourcedocs generate <options>
to generate documentation. - Use
sourcedocs clean <options>
to delete the output folder. - Use
sourcedocs help <command>
for more help.
- Use
- ๐ Update default output directory to
Documentation/Reference
โจ Enhancements
- Customize output folder with
--output-folder
. - ๐ Clean output before generating documentation with
--clean
. - Terminal output is now routed through stdout/stderr.
- โ Removed "Declaration" title to reduce noise.
- ๐ New flag
--module-name-path
to explicitly include module name in output path.
๐ Bug Fixes
- ๐ Documentation links now work both on Markdown and rendered GitHub Pages.
- โก๏ธ Updated command line argument handling:
-
v0.3.0 Changes
October 09, 2017๐ฅ Breaking
- None
โจ Enhancements
- ๐ Use MarkdownGenerator framework to generate Markdown output.
- โ Remove inferred type from output to reduce noise.
- โ Add contents table for structs, classes and enums.
- ๐ Comment output is now block-quoted for better formatting.
- Green checkmarks when writing Markdown files to disk.
- โ Remove
<sub>
HTML tags for a cleaner Markdown output. - โ Remove horizontal guides to reduce noise.
๐ Bug Fixes
- None