-
-
Notifications
You must be signed in to change notification settings - Fork 479
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: thlorenz/doctoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: thlorenz/doctoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 9 files changed
- 10 contributors
Commits on Mar 1, 2019
-
expose API in top level (#160)
* expose API in top level * updated API
Configuration menu - View commit details
-
Copy full SHA for e4c74ae - Browse repository at this point
Copy the full SHA e4c74aeView commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 427b21a - Browse repository at this point
Copy the full SHA 427b21aView commit details
Commits on Aug 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 405b035 - Browse repository at this point
Copy the full SHA 405b035View commit details
Commits on Oct 12, 2020
-
Make commands explicit and update npm versions (#180)
José Eduardo Montenegro Cavalcanti de Oliveira authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for de06803 - Browse repository at this point
Copy the full SHA de06803View commit details
Commits on Oct 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 41bd8ff - Browse repository at this point
Copy the full SHA 41bd8ffView commit details -
7
Configuration menu - View commit details
-
Copy full SHA for 751f031 - Browse repository at this point
Copy the full SHA 751f031View commit details -
Configuration menu - View commit details
-
Copy full SHA for f146558 - Browse repository at this point
Copy the full SHA f146558View commit details
Commits on Oct 14, 2020
-
feat: flag to keep file without toc untouched
add cli flag to prevent doctoc from adding toc to a file without toc. this is good for CI or a combination with lint-staged. with -p, doctoc will update toc if md has toc sectioon, otherwise doctoc keep it unmodified.
Configuration menu - View commit details
-
Copy full SHA for 617c7c5 - Browse repository at this point
Copy the full SHA 617c7c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be533d - Browse repository at this point
Copy the full SHA 2be533dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ffd96 - Browse repository at this point
Copy the full SHA 04ffd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e4c56 - Browse repository at this point
Copy the full SHA 88e4c56View commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f07f3aa - Browse repository at this point
Copy the full SHA f07f3aaView commit details
Commits on Oct 22, 2020
-
Merge pull request #181 from uetchy/preserve
add cli flag to prevent doctoc from adding toc to a file without toc. this is good for CI or the combination with [`lint-staged`](https://github.com/okonet/lint-staged). with -p, doctoc will update toc if md has toc sectioon, otherwise doctoc keep it unmodified. I'm not sure `preserve` is the right name for it. so please change it if you have a better one.
Configuration menu - View commit details
-
Copy full SHA for 88ec7cd - Browse repository at this point
Copy the full SHA 88ec7cdView commit details -
collapse consecutive blank lines if there's no title (closes #101) (#145
) Closes #101 ## before # example <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [NAME](#name) - [SYNOPSIS](#synopsis) - [DESCRIPTION](#description) - [EXPORTS](#exports) - [foo](#foo) - [bar](#bar) - [baz](#baz) - [SEE ALSO](#see-also) - [AUTHOR](#author) - [COPYRIGHT AND LICENSE](#copyright-and-license) <!-- END doctoc generated TOC please keep comment here to allow auto update --> ## after # example <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [NAME](#name) - [SYNOPSIS](#synopsis) - [DESCRIPTION](#description) - [EXPORTS](#exports) - [foo](#foo) - [bar](#bar) - [baz](#baz) - [SEE ALSO](#see-also) - [AUTHOR](#author) - [COPYRIGHT AND LICENSE](#copyright-and-license) <!-- END doctoc generated TOC please keep comment here to allow auto update -->
Configuration menu - View commit details
-
Copy full SHA for bf7896b - Browse repository at this point
Copy the full SHA bf7896bView commit details -
pre-commit docs: update sha -> rev (#178)
Since pre-commit [v1.7.0](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md#170---2018-03-03), `rev` is the preferred spelling for that field
Configuration menu - View commit details
-
Copy full SHA for d38d04b - Browse repository at this point
Copy the full SHA d38d04bView commit details -
Update dependencies to fix deprecation warnings (#179)
* Update dependencies to fix deprecation warnings Fixes the following deprecations: npm WARN deprecated request@2.79.0: request has been deprecated, see request/request#3142 npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. And some vulnerabilities: found 58 vulnerabilities (26 low, 7 moderate, 24 high, 1 critical) run `npm audit fix` to fix them, or `npm audit` for details * Switch to tilde ranges for dependencies Co-authored-by: Andrew Smith <andrewsmith@alumni.stanford.edu>
Configuration menu - View commit details
-
Copy full SHA for 9bc2c83 - Browse repository at this point
Copy the full SHA 9bc2c83View commit details
Commits on Nov 10, 2020
-
Bump lodash from 4.17.15 to 4.17.20 (#187)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.20) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68af396 - Browse repository at this point
Copy the full SHA 68af396View commit details
Commits on Dec 4, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for 2faf563 - Browse repository at this point
Copy the full SHA 2faf563View commit details
There are no files selected for viewing
Large diffs are not rendered by default.