File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ registry = "https://registry.npmjs.org "
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ # v1.0.3
4
+ New features in this release:
5
+ - Support for object key and property description (see [ #25 ] ( https://github.com/otris/jsdoc-tsd/issues/25 ) )
6
+
7
+ Bugfixes:
8
+ - Generic types were not mapped correctly, e.g.
9
+ ``` js
10
+ /**
11
+ * @function f1
12
+ * @param {Promise<*>} myParam
13
+ */
14
+ ```
15
+ were mapped to
16
+ ` ` ` ts
17
+ f1(myParam: Promise.<*>)
18
+ ` ` `
19
+ which is not valid typescript (see [#38 ](https: // github.com/otris/jsdoc-tsd/issues/38))
20
+
3
21
# v1.0 .2
4
22
Bugfixes:
5
23
- Modules can now contain unexported members . You can use the @inner and @static annotation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otris/jsdoc-tsd" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " JSDoc Template for generate typescript definition files from JSDoc comments" ,
5
5
"main" : " src-out/core/publish.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments