diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c644e..efde49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Version 1.0.3 + +* [style] break headers into multiple lines +* [style] break links in descriptions into multiple lines +* [fix] fix ancestor check when there are none, like including tutorials +* [fix] remove unnecessary files from published package +* [fix] stop crashing on incorrect params JSDoc comments +* [feature] add displaying version from package.json when it is provided +* [feature] add support for yield +* [feature] add support for namepsaces that are functions +* [feature] add support for interfaces +* [feature] add support for modifies + ## Version 1.0.2 * [styles] increase space between custom menu items diff --git a/tmpl/params.tmpl b/tmpl/params.tmpl index a436213..679b324 100644 --- a/tmpl/params.tmpl +++ b/tmpl/params.tmpl @@ -15,6 +15,7 @@ paramRegExp = new RegExp('^(?:' + parentParam.name + '(?:\\[\\])*)\\.(.+)$'); } catch (e) { + console.error("Problem parsing comment", e); // there's probably a typo in the JSDoc comment that resulted in a weird // parameter name return;