We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1cc54 commit 16ab51dCopy full SHA for 16ab51d
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## Changelog
2
3
+# v0.8.7
4
+New features in this release:
5
+ - New annotations: @callback, @template
6
+ - The @return(s) annotation will no longer be omitted
7
+
8
+Bugfixes:
9
+ - Enums were not added to namespaces
10
+ - Childrens of ignored or private members were not ignored
11
+ - Annotations with no value will be skipped
12
13
# v0.8.6
14
New features in this release:
15
- You can ignore private members by default by adding the property "ignorePrivateMembers"
package.json
@@ -1,6 +1,6 @@
{
"name": "@otris/jsdoc-tsd",
- "version": "0.8.6",
+ "version": "0.8.7",
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
"main": "src-out/core/publish.js",
"repository": {
0 commit comments