8000 4.0.1 · jsdoc/jsdoc@c2dd210 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2dd210

Browse files
committed
4.0.1
1 parent 3d90c8a commit c2dd210

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.
44

55

6+
## 4.0.1 (February 2023)
7+
8+
If an inline link tag uses a pipe delimiter, and there are spaces around the pipe delimiter, then
9+
the HTML link no longer contains `%20` at the end; also, the link text no longer contains extra
10+
spaces. For example, `{@link https://example.com | link text}` is now rendered as
11+
`<a href="https://example.com/">link text</a>` rather than
12+
`<a href="https://example.com/%20"> link text</a>`.
13+
14+
615
## 4.0.0 (November 2022)
716

817
+ JSDoc releases now use [semantic versioning](https://semver.org/). If JSDoc makes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsdoc",
3-
"version": "4.0.0",
4-
"revision": "1667500635552",
3+
"version": "4.0.1",
4+
"revision": "1676511861216",
55
"description": "An API documentation generator for JavaScript.",
66
"keywords": [
77
"documentation",

0 commit comments

Comments
 (0)
0