We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbea149 commit 61b2235Copy full SHA for 61b2235
2 files changed
CHANGES.md
@@ -3,6 +3,11 @@
3
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.
4
5
6
+## 4.0.5 (October 2025)
7
+
8
+Fixes a performance issue when generating documentation for medium-to-large APIs.
9
10
11
## 4.0.4 (October 2024)
12
13
Fixes a compatibility issue with Node.js 23.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jsdoc",
- "version": "4.0.4",
- "revision": "1729364734219",
+ "version": "4.0.5",
+ "revision": "1759892212631",
"description": "An API documentation generator for JavaScript.",
"keywords": [
"documentation",
0 commit comments