clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Added possibility to exclude package scope/name and version from output path #78

Closed alxcube closed 4 years ago

alxcube commented 4 years ago

Current behavior: If package.json is specified in jdoc options, library name and version are added to the output path so generated output path becomes out/<name>/<version> or out/<scope>/<name>/<version> if library is scoped. In most cases this is unnesessary.

Modified behavior: including scope, name and version is controlled by options. If these options haven't been set explicitly, old behavior is used, so this is not breaking change.

ar2rsawseen commented 4 years ago

Thanks for making true by default, so it is backward compatible 👍