Releases: SourceDocs/SourceDocs
Releases · SourceDocs/SourceDocs
Release 2.0.1
- Supporting docs generation on Swift 5.6 (#73)
Release 2.0.0
Release 1.2.1
Bug Fixes
- Prepare release 1.2.1 (#62)
Release 1.2.0
Enhancements
- Add
--no-clusters
flag to toggle clusters on/off (#55)
Other
- Remove blockquote from docummentation summary
Release 1.1.0
Release 1.0.0
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
Release 0.6.1
Release 0.6.0
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
Release 0.5.0
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