Skip to content

Releases: shoo/gendoc

Release v0.0.8

01 Dec 08:42
1b3668d
Compare
Choose a tag to compare

New Features

Supported frontend version is 2.101.0.
And base dub version is 1.30.0

  • #34 - Fix -preview=markdown flag

BugFix

  • #33 - Fix #32 - The config option will be ignored.
  • #31 - Fix #30 - Making docs for sub-packages

Other

  • #35 - Fix gh_pages deploy key
  • #36 - Add permissions
  • #37 - Fix github_token

gendoc v0.0.7

05 Jun 08:44
082ce00
Compare
Choose a tag to compare

New Features

  • #28 - Fix ddoc file order

BugFix

  • #26 - Fix #25 - The destination of GENDOC_DD_DIR is wrong

Other

  • #27 - Update GithubActions
  • #29 - Update dub to 1.26.0

gendoc v0.0.6

25 Sep 18:21
f8e4085
Compare
Choose a tag to compare

New Features

  • #20 - Fix #17 - Combining multiple sub-packages
    • This introduces ${GENDOC_DIR}, ${PROJECT_DIR} and ${WORK_DIR} for config
  • #21 - Add ${GENDOC_SD_DIR} and ${GENDOC_DD_DIR} for config

BugFix

  • #18 - fix package name of index
  • #22 - Sort ddoc files

Other

  • #16 - Fix flow of GitHub Actions, add apt update
  • #23 - Add downloads and license badges
  • #24 - Update dependencies

gendoc v0.0.5

12 Mar 16:16
9fc28f8
Compare
Choose a tag to compare

New Features

  • #15 - Update styles
  • #16 - Add pipe for command

BugFix

  • #11 - Fixed incorrect temporary directory being created

Other

  • #12, #13 - Migrate Travis-CI to GitHub Actions

gendoc v0.0.4

22 Oct 12:04
5af528c
Compare
Choose a tag to compare

New Features

  • Add command, rdmd, environment to mustache
  • Generate JSON and add title for module document

gendoc v0.0.3

26 Aug 09:24
Compare
Choose a tag to compare

New Features

  • Support *.ddoc.mustache and *.dd.mustache (#1)
  • Load the configuration in various ways
  • Generate with candydoc (#2) dub run gendoc:candydoc

Other

  • Travis-CI settings