We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9376c commit 500b685Copy full SHA for 500b685
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 4.0.0-beta10
2
+
3
+* Lower memory consumption when dealing with large codebases
4
+* Better support for detecting names and kinds of ES6-exported values
5
+* New `document-exported` flag allows you to automatically document
6
+ ES6-exported values, without even a comment! [490](https://github.com/documentationjs/documentation/pull/490)
7
8
## 4.0.0-beta5
9
10
* Add decorator support (zacharygolba)
package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
- "version": "4.0.0-beta9",
+ "version": "4.0.0-beta10",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
0 commit comments