Skip to content

Releases: Mikhus/gulp-help-doc

Version 1.1.0

07 Apr 12:27
Compare
Choose a tag to compare

Implemented possibility to group tasks using @group tag. See this issue

Version 1.0.9

03 Mar 15:00
Compare
Choose a tag to compare

Changes:

  • FixLongArgumentCrash: String.repeat() gets passed a negative number.

Version 1.0.8

08 Feb 11:11
Compare
Choose a tag to compare

Changes:

  • Fixed crash when tasks have not been documented

Version 1.0.7

13 Sep 09:37
Compare
Choose a tag to compare

Changes:

  • Added support of optional @order tag for the tasks, which can be used to make user-defined task info printing order.
  • Options extended: added ability to hide dependencies from task description.
  • Options extended: added ability to show/hide empty line between task description.

Big special thanks to @fracz for those amazing ideas and contributions!

Version 1.0.6

12 Sep 22:03
Compare
Choose a tag to compare

Changes:

  • Added support for task definitions in separate gulpfiles, see issue #2
  • See restrictions for using in TypeScript version

Version 1.0.5

12 Sep 21:27
Compare
Choose a tag to compare

Changes:

  • added support for upcoming gulp v4