You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## Unreleased
9
9
<!-- Add new, unreleased changes here. -->
10
10
11
+
* Functions will now be scanned if they have a `@public` annotation. Previously they would only be scanned if they had a `@memberof` annotation. One of these annotations is required because otherwise a lot of functions that aren't *truly* public are included in the analysis (e.g. because they are hidden due to their scoping).
12
+
* Function names can now be overridden with e.g. `@function MyNewName`.
13
+
11
14
## [3.0.0-pre.1] - 2017-11-29
12
15
13
16
*[BREAKING] Switched the underlying parser/AST for JavaScript from `espree/estree` to `babylon/babel-types`. This was needed to support parsing of important platform features such as dynamic imports and moves us closer to supporting TypeScript.
0 commit comments