-
-
Notifications
You must be signed in to change notification settings - Fork 158
Comparing changes
Open a pull request
base repository: docsifyjs/docsify-cli
base: d553bf8
head repository: docsifyjs/docsify-cli
compare: c74c3d2
- 14 commits
- 14 files changed
- 6 contributors
Commits on Apr 12, 2022
-
build(deps): bump minimist from 1.2.5 to 1.2.6 (#176)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... 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 ed9cfa7 - Browse repository at this point
Copy the full SHA ed9cfa7View commit details
Commits on Apr 18, 2023
-
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#189)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... 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 3bdeafb - Browse repository at this point
Copy the full SHA 3bdeafbView commit details
Commits on Apr 24, 2023
-
build(deps): bump minimatch from 3.0.4 to 3.1.2 (#194)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... 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 11f0367 - Browse repository at this point
Copy the full SHA 11f0367View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f187f0 - Browse repository at this point
Copy the full SHA 3f187f0View commit details
Commits on Jun 11, 2023
-
fix: Cannot read property 'indexOf' of undefined (#200)
* fix: Cannot read property 'indexOf' of undefined * docs: change <path> to [path] * test: update snap
Configuration menu - View commit details
-
Copy full SHA for 210a49d - Browse repository at this point
Copy the full SHA 210a49dView commit details
Commits on Jul 18, 2023
-
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#203)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... 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 b798e43 - Browse repository at this point
Copy the full SHA b798e43View commit details
Commits on Jul 23, 2023
-
build(deps): bump semver from 5.7.1 to 5.7.2 (#202)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6cb8efc - Browse repository at this point
Copy the full SHA 6cb8efcView commit details
Commits on Jul 28, 2023
-
feat: add --overwrite flag to generator (#182)
Co-authored-by: Lu Fei <52o@qq52o.cn>
Configuration menu - View commit details
-
Copy full SHA for 0fd9b1a - Browse repository at this point
Copy the full SHA 0fd9b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d725a9 - Browse repository at this point
Copy the full SHA 0d725a9View commit details
Commits on Jun 16, 2024
-
build(deps): bump docsify-server-renderer from 4.10.0 to 4.13.1 (#211)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Configuration menu - View commit details
-
Copy full SHA for 0ac2d47 - Browse repository at this point
Copy the full SHA 0ac2d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe6443 - Browse repository at this point
Copy the full SHA 4fe6443View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2c302 - Browse repository at this point
Copy the full SHA ab2c302View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0a02d5 - Browse repository at this point
Copy the full SHA d0a02d5View commit details
Commits on Sep 13, 2024
-
build(deps): bump send and serve-static (#218)
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [serve-static](https://github.com/expressjs/serve-static). These dependencies need to be updated together. Updates `send` from 0.17.1 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.17.1...0.19.0) Updates `serve-static` from 1.14.1 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.14.1...v1.16.2) --- updated-dependencies: - dependency-name: send dependency-type: indirect - dependency-name: serve-static dependency-type: direct:production ... 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 c74c3d2 - Browse repository at this point
Copy the full SHA c74c3d2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d553bf8...c74c3d2