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: guanguans/soar-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.0
Choose a base ref
...
head repository: guanguans/soar-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on May 8, 2025

  1. chore(release): 6.1.0

    guanguans committed May 8, 2025
    Configuration menu
    Copy the full SHA
    07a3eef View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-version: 2.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 12, 2025
    Configuration menu
    Copy the full SHA
    1802d09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from guanguans/dependabot/github_actions/depe…

    …ndabot/fetch-metadata-2.4.0
    
    chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
    github-actions[bot] authored May 12, 2025
    Configuration menu
    Copy the full SHA
    6b37757 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. feat(soar): Add callback parameter to scores, help, and version

    - Modify scores method to accept a callable for processing results.
    - Update help and version methods to include a callback parameter.
    - Enhance pest command to improve test output presentation.
    - Ensure backward compatibility by defaulting callback to null.
    guanguans committed May 23, 2025
    Configuration menu
    Copy the full SHA
    2cbad1e View commit details
    Browse the repository at this point in the history
Loading