-
Notifications
You must be signed in to change notification settings - Fork 484
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: b27af251d2ba66a31ee70aaca1c0031f58ca91f1
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: 6b9e5ce2579bc285647a62086447c05588c209b6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
31
contributors
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b1b52d2 - Browse repository at this point
Copy the full SHA b1b52d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693eb53 - Browse repository at this point
Copy the full SHA 693eb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac1715 - Browse repository at this point
Copy the full SHA 5ac1715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d622bd - Browse repository at this point
Copy the full SHA 9d622bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for de0dec1 - Browse repository at this point
Copy the full SHA de0dec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c55fe - Browse repository at this point
Copy the full SHA 12c55feView commit details
Commits on Jun 4, 2018
-
feat: Semantic markdown headings (#1087)
- Previously, headers were displayed using `p` and `strong` tags. This is semantically incorrect, and would cause subheadings to display larger than headings for nested sections on platforms such as Github. - “Parameters”, “Properties”, and “Examples” now render as headings with a dynamic level greater than the heading they are nested under. BREAKING CHANGE: changes Markdown output
Configuration menu - View commit details
-
Copy full SHA for ca6217f - Browse repository at this point
Copy the full SHA ca6217fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 068005e - Browse repository at this point
Copy the full SHA 068005eView commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f6616f2 - Browse repository at this point
Copy the full SHA f6616f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67abc7d - Browse repository at this point
Copy the full SHA 67abc7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eac3cf1 - Browse repository at this point
Copy the full SHA eac3cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cbf3d2 - Browse repository at this point
Copy the full SHA 1cbf3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c700d3f - Browse repository at this point
Copy the full SHA c700d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1968f7c - Browse repository at this point
Copy the full SHA 1968f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2c81c - Browse repository at this point
Copy the full SHA fe2c81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3ab04 - Browse repository at this point
Copy the full SHA 1f3ab04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a319cdf - Browse repository at this point
Copy the full SHA a319cdfView commit details
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 91ade89 - Browse repository at this point
Copy the full SHA 91ade89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53df432 - Browse repository at this point
Copy the full SHA 53df432View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bb4da - Browse repository at this point
Copy the full SHA f1bb4daView commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9ca8c06 - Browse repository at this point
Copy the full SHA 9ca8c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f4509 - Browse repository at this point
Copy the full SHA d8f4509View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1399e9 - Browse repository at this point
Copy the full SHA b1399e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3384c08 - Browse repository at this point
Copy the full SHA 3384c08View commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 45a9ea9 - Browse repository at this point
Copy the full SHA 45a9ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9146560 - Browse repository at this point
Copy the full SHA 9146560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ac32b - Browse repository at this point
Copy the full SHA 17ac32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb37789 - Browse repository at this point
Copy the full SHA fb37789View commit details
Commits on Aug 17, 2018
-
Update serve command to pass object to get-port
Configuration menu - View commit details
-
Copy full SHA for 4d59f6f - Browse repository at this point
Copy the full SHA 4d59f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d577256 - Browse repository at this point
Copy the full SHA d577256View commit details
Commits on Aug 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c09fee1 - Browse repository at this point
Copy the full SHA c09fee1View commit details -
Update pify to the latest version 🚀 (#1116)
* fix(package): update pify to version 4.0.0 * chore: Update yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 1b7309c - Browse repository at this point
Copy the full SHA 1b7309cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a030fd - Browse repository at this point
Copy the full SHA 9a030fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd02a7 - Browse repository at this point
Copy the full SHA 7fd02a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d2f80 - Browse repository at this point
Copy the full SHA 63d2f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255d8ee - Browse repository at this point
Copy the full SHA 255d8eeView commit details
Commits on Aug 23, 2018
-
fix: membership infering for methods (#1122)
* Fix membership infering for methods Improve inferMembership to allow to use next code: ```js /** * @memberof BigFeature */ class MyClass { method() {} } ``` Before this improvement, we have `method` inside `global.MyClass` instead of `global.BigFeature.MyClass` * Add tests fir membership infering for methods
Configuration menu - View commit details
-
Copy full SHA for 40b1783 - Browse repository at this point
Copy the full SHA 40b1783View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2595e - Browse repository at this point
Copy the full SHA fb2595eView commit details
Commits on Sep 21, 2018
-
BREAKING CHANGE: This moves documentation.js to Babel 7. From now on, documentation.js will only support Babel 7: please stick to older releases if you need to support Babel 6. Additionally, this work temporarily disables support for following dynamic imports.
Configuration menu - View commit details
-
Copy full SHA for 49c0f72 - Browse repository at this point
Copy the full SHA 49c0f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6ea4d - Browse repository at this point
Copy the full SHA 8c6ea4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff4399 - Browse repository at this point
Copy the full SHA 7ff4399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ecb68d - Browse repository at this point
Copy the full SHA 0ecb68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce2a6a - Browse repository at this point
Copy the full SHA 7ce2a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5903d5c - Browse repository at this point
Copy the full SHA 5903d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 372c8ca - Browse repository at this point
Copy the full SHA 372c8caView commit details
Commits on Oct 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ecf99f8 - Browse repository at this point
Copy the full SHA ecf99f8View commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 23b8ee8 - Browse repository at this point
Copy the full SHA 23b8ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb881ea - Browse repository at this point
Copy the full SHA cb881eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2710a0 - Browse repository at this point
Copy the full SHA a2710a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7121f1 - Browse repository at this point
Copy the full SHA c7121f1View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.