8000 Comparing v3.0.0...v4.0.0 · hexojs/hexo-pagination · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

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: hexojs/hexo-pagination
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: hexojs/hexo-pagination
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 25, 2022

  1. chore(deps-dev): bump eslint from 8.25.0 to 8.30.0 (#104)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.30.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.25.0...v8.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    bd775b3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump mocha from 10.0.0 to 10.2.0 (#103)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.0.0 to 10.2.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.0.0...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    35e4236 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump chai from 4.3.6 to 4.3.7 (#99)

    Bumps [chai](https://github.com/chaijs/chai) from 4.3.6 to 4.3.7.
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
    - [Commits](chaijs/chai@v4.3.6...v4.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    bf9f3e2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. feat: add an option to number first page. (#114)

    * feat: add an option to number first page.
    
    * test case
    
    * update README
    uiolee authored May 17, 2024
    Configuration menu
    Copy the full SHA
    449d59c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore(deps-dev): bump eslint from 8.30.0 to 8.37.0 (#112)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.37.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.30.0...v8.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8ff4a95 View commit details
    Browse the repository at this point in the history
  2. chore: require node >= 18 (#116)

    * require node >= 18
    
    * ci: run tests on node18,20
    
    * ci: bump actions
    uiolee authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    137ab38 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump braces in the npm_and_yarn group (#117)

    Bumps the npm_and_yarn group with 1 update: [braces](https://github.com/micromatch/braces).
    
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c159279 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. release: 4.0.0 (#115)

    * release: v3.1.0
    
    Signed-off-by: Uiolee <22849383+uiolee@users.noreply.github.com>
    
    * release: 4.0.0
    
    Signed-off-by: Uiolee <22849383+uiolee@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Uiolee <22849383+uiolee@users.noreply.github.com>
    uiolee authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0804e67 View commit details
    Browse the repository at this point in the history
Loading
0