Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Feb 4, 2020

Conversation

alxcube
Copy link
Contributor

@alxcube alxcube commented Feb 3, 2020

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 ar2rsawseen merged commit 74a48c5 into clenemt:master Feb 4, 2020
@ar2rsawseen
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants