SourceDocs v0.4.0 Release Notes

Release Date: 2017-10-25 // over 6 years ago
  • ๐Ÿ’ฅ 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.
    • ๐Ÿ“š 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.