We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f100 commit 29baa47Copy full SHA for 29baa47
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 4.0.0-beta5
2
+
3
+* Add decorator support (zacharygolba)
4
+* Add support to infer whether functions are private based on their name,
5
+ like starting with `_` (arv)
6
+* Improve internal documentation
7
8
## 4.0.0-beta4
9
10
* Fix minor dependency mistake
package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
- "version": "4.0.0-beta4",
+ "version": "4.0.0-beta5",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
0 commit comments