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

Commits on Feb 19, 2025

  1. remove "./hash" in git (#26)

    "./hash"  will be generated in ci before being published to npmjs
    uiolee authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    b552bd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    cba2eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40736d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fdbcc View commit details
    Browse the repository at this point in the history
  4. chore: update package.json description and add keywords (#30)

    - update description
    - add keywords
    - declare engines to node-lts
    uiolee authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    f9204e1 View commit details
    Browse the repository at this point in the history
  5. refactor: extract function 'copyStarter', improve vairables name (#28)

    * refactor: reorganize imports
    
    * refactor: rename blog-related variables to site-related
    
    * refactor: extract function 'copyStarter' and improve function name
    uiolee authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    bd33595 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump devDependencies (#25)

    * chore(deps-dev): bump esbuild in the npm_and_yarn group
    
    Bumps the npm_and_yarn group with 1 update: [esbuild](https://github.com/evanw/esbuild).
    
    
    Updates `esbuild` from 0.24.2 to 0.25.0
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
    - [Commits](evanw/esbuild@v0.24.2...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump devDependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: uiolee <22849383+uiolee@users.noreply.github.com>
    dependabot[bot] and uiolee authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    2566fc6 View commit details
    Browse the repository at this point in the history
  7. release: 0.5.0

    uiolee committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    42128a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. chore(deps): bump commander from 13.1.0 to 14.0.0 (#33)

    Bumps [commander](https://github.com/tj/commander.js) from 13.1.0 to 14.0.0.
    - [Release notes](https://github.com/tj/commander.js/releases)
    - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
    - [Commits](tj/commander.js@v13.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: commander
      dependency-version: 14.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5a7da09 View commit details
    Browse the repository at this point in the history
Loading