Skip to content

Commit

Permalink
3.5.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Jul 12, 2017
1 parent 4744545 commit 6c4c902
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# JSDoc 3 change history

This file describes notable changes in each version of JSDoc 3. To download a specific version of
JSDoc 3, see [GitHub's tags page](https://github.com/jsdoc3/jsdoc/tags).
This file describes notable changes in each version of JSDoc 3.


## 3.5.2 (July 2017)

+ The default template now hides parameters and properties for class constructors that are hidden
with the `@hideconstructor` tag. (#1397)
+ Non-JSDoc comments (comments that do not begin with `/**`) are now ignored. (#1398)
+ JSDoc now uses an improved algorithm for locating plugins and template resources. (#1394)
+ When the `@alias` tag identifies an instance member (for example, `@alias Foo#bar`), the alias is
now applied correctly. (#1385)
+ When the `@alias` tag is applied to a class that is within a module and is aliased to the module
name, the class's instance members are now documented correctly. (#1134)
+ Fixed a crash when a `@param` tag uses the wrong delimiter to close the type expression (for
example, `@param {Object)`). (#1221)
+ The Markdown plugin now converts Markdown-formatted text in the `@summary` tag. (#1149)


## 3.5.1 (July 2017)
Expand Down

0 comments on commit 6c4c902

Please sign in to comment.