Skip to content

Commit 3c77b52

Browse files
committed
[version] 1.0.3
1 parent a12fa91 commit 3c77b52

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Version 1.0.3
2+
3+
* [style] break headers into multiple lines
4+
* [style] break links in descriptions into multiple lines
5+
* [fix] fix ancestor check when there are none, like including tutorials
6+
* [fix] remove unnecessary files from published package
7+
* [fix] stop crashing on incorrect params JSDoc comments
8+
* [feature] add displaying version from package.json when it is provided
9+
* [feature] add support for yield
10+
* [feature] add support for namepsaces that are functions
11+
* [feature] add support for interfaces
12+
* [feature] add support for modifies
13+
114
## Version 1.0.2
215

316
* [styles] increase space between custom menu items

tmpl/params.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
paramRegExp = new RegExp('^(?:' + parentParam.name + '(?:\\[\\])*)\\.(.+)$');
1616
}
1717
catch (e) {
18+
console.error("Problem parsing comment", e);
1819
// there's probably a typo in the JSDoc comment that resulted in a weird
1920
// parameter name
2021
return;

0 commit comments

Comments
 (0)