Skip to content

Commit

Permalink
[version] 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Feb 20, 2019
1 parent a12fa91 commit 3c77b52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions tmpl/params.tmpl
Expand Up @@ -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;
Expand Down

0 comments on commit 3c77b52

Please sign in to comment.