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.
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>
orout/<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.