-
Notifications
You must be signed in to change notification settings - Fork 485
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: documentationjs/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-beta.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: documentationjs/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-rc.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 29 files changed
- 4 contributors
Commits on Apr 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e4e7866 - Browse repository at this point
Copy the full SHA e4e7866View commit details
Commits on Apr 12, 2017
-
test(description-tag): Confirm behavior of description tag with tests (…
Configuration menu - View commit details
-
Copy full SHA for 5b48290 - Browse repository at this point
Copy the full SHA 5b48290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191056e - Browse repository at this point
Copy the full SHA 191056eView commit details
Commits on Apr 13, 2017
-
fix(params): added code path for type RestElement
* FIX: added code path for type RestElement * TEST: integration test for documenting RestElement node
Configuration menu - View commit details
-
Copy full SHA for 6961ee8 - Browse repository at this point
Copy the full SHA 6961ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1cd13 - Browse repository at this point
Copy the full SHA fc1cd13View commit details
Commits on Apr 14, 2017
-
refactor(exported-extractor): Use Map object instead of Object.create…
…(null) (#730) The map object provides a cleaner and more predictable way to deal with indexed data in JavaScript. I wrote something about that here http://www.macwright.org/2017/03/13/maps-not-strictly-better.html
Configuration menu - View commit details
-
Copy full SHA for d8ec5da - Browse repository at this point
Copy the full SHA d8ec5daView commit details
Commits on Apr 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9eca36c - Browse repository at this point
Copy the full SHA 9eca36cView commit details
Commits on Apr 21, 2017
-
refactor(nest): Better nesting implementation (#732)
* refactor(nest): Better nesting implementation This nesting implementation uses a proper recursive tree algorithm Fixes #554 BREAKING CHANGE: referencing inferred destructure params without renaming them, like $0.x, from JSDoc comments will no longer work. To reference them, instead add a param tag to name the destructuring param, and then refer to members of that name. Before: ```js /** * @param {number} $0.x a member of x */ function a({ x }) {} ``` After: ```js /** * @param {Object} options * @param {number} options.x a member of x */ function a({ x }) {} ``` * Address review comments * Reduce testing node requirement back down to 4 * Don't output empty properties, reduce diff noise * Rearrange and document params * Simplify param inference, update test fixtures. This is focused around Array destructuring: documenting destructured array elements with indices instead of names, because the names are purely internal details * Use temporary fork to get through blocker
Configuration menu - View commit details
-
Copy full SHA for 7374730 - Browse repository at this point
Copy the full SHA 7374730View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15b071 - Browse repository at this point
Copy the full SHA a15b071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9554b2f - Browse repository at this point
Copy the full SHA 9554b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ea56d - Browse repository at this point
Copy the full SHA e5ea56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b595c8f - Browse repository at this point
Copy the full SHA b595c8fView commit details
There are no files selected for viewing