Releases · jsdoc2md/jsdoc-to-markdown
v9.1.2 Regression fix since v9.1.1Previously, you could manually render files in a specific order. For example, in the output this code would render docs for two.js
before one.js
.
const output = await jsdoc2md.render({ files: ['src/two.js', 'src/one.js'] })
This behaviour was broken by the jsdoc-api v9.0.0 release - instead, that version first sorted the files into alphabetical order, thus rendering one.js
before two.js
.
Jsdoc-api v9.3.5 (used internally by jsdoc2md) fixes that regression - previous behaviour restored.
v9.1.1 Non-breaking changes since v9.1.0@link
, @linkcode
and @linkplain
tags are resolved in the @deprecated
tag text.@deprecated
tag is now displayed. #90See this testbed directory for example source code and output.
Previously, the tag @deprecated This method has been deprecated since v2.0.0
would simply print ***Deprecated***
in the output, ignoring the deprecation text. The new behaviour:
@deprecated
tag with no text, display ***Deprecated***
(same as before).@deprecated This method has been deprecated since v2.0.0
, then the full text line will be printed as written
***Deprecated***
line with ***This method has been deprecated since v2.0.0***
.util.isRegExp is not a function
issue in Node v23, replacing the previous temporary workaround. #306util.isRegExp is not a function
issue in Node v23: #306--EOL
failed to correctly replace naked CR characters created by jsdoc. jsdoc2md/dmd#102The default output has not changed. The minimum required Node version is still v12.17. The goals for this release were bug fixing and simplification. Feel free to comment in the release discussion or post an issue.
Breaking changes since v8.0.3.renderSync()
, .getTemplateDataSync()
and .getJsdocDataSync()
. The jsdoc2md API is now async-only.option.files
or option.source
was mandatory. Now, it is either option.files
, option.source
or option.configure
. jsdoc2md/jsdoc-api#27template
option. #303{@linkcode}
and {@linkplain}
. #301--EOL
option to control line-endings. Fixes jsdoc2md/dmd#92.{ pedantic: false }
confused the underlying jsdoc. jsdoc2md/jsdoc-api#22.source
. jsdoc2md/jsdoc-api#11@hideconstructor
. jsdoc2md/dmd#94@module
tag required) jsdoc2md/dmd#96@example
was excluded in the output if the doclet did not contain a description. jsdoc2md/jsdoc-parse#33.renderSync()
, .getTemplateDataSync()
and .getJsdocDataSync()
with their async equivalents.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4