We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f13df commit 3f82c70Copy full SHA for 3f82c70
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 4.0.0-beta3
2
+
3
+* Updates theme to a much-improved design
4
+* Fix augments tag display in HTML
5
+* Improve name detection of ES6-exported methods and variables
6
+* Allow documentation of Object.prototype methods
7
8
## 4.0.0-beta2
9
10
Minor fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
- "version": "4.0.0-beta2",
+ "version": "4.0.0-beta3",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
0 commit comments