We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73592b commit 7cb3552Copy full SHA for 7cb3552
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+# v0.8.3
4
+Bugfixes:
5
+ - Not all supported items were added to their parent member
6
+
7
# v0.8.0
8
New features in this release:
9
- You can outsource the since tag comparator function to an external file and pass that file instead of the string representation of the function
package.json
@@ -1,6 +1,6 @@
{
"name": "@otris/jsdoc-tsd",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
"main": "./src-out/core/publish.js",
"scripts": {
0 commit comments