We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80623a2 commit 4099044Copy full SHA for 4099044
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+# v1.0.1
4
+Bugfixes:
5
+ - Nested arrays were not mapped correctly, e.g.
6
+ - Arrays with union types were not mapped correctly
7
+
8
# v1.0.0
9
New features in this release:
10
- The config property `ignorePrivateMembers` was removed. Instead we use jsdoc provided functionality to
package.json
@@ -1,6 +1,6 @@
{
"name": "@otris/jsdoc-tsd",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
"main": "src-out/core/publish.js",
"repository": {
0 commit comments