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.0.3
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.0.4
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 4, 2025

  1. chore(release): 6.0.3

    guanguans committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    f2937b9 View commit details
    Browse the repository at this point in the history
  2. ci(config): Update changelog configuration options

    - Add additional links to resources for commit message templates
    - Modify title mapping to include 'ci' for CI-related commits
    - Ensure clarity and specificity in changelog configuration for better readability
    guanguans committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    aaffea5 View commit details
    Browse the repository at this point in the history
  3. fix(SimplifyListIndexRector): Refactor key handling logic

    - Improve logic for handling keys in array items
    - Use collection methods more efficiently
    - Handle null and non-integer keys correctly
    - Ensure refactored logic maintains intended functionality and structure
    guanguans committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    8b9ec75 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. ci(workflow): Add secrets check workflow

    - Introduce a GitHub Actions workflow for secrets scanning
    - Trigger on workflow dispatch, pull requests, and pushes
    - Use TruffleHog for secret scanning with debug options
    - Ensure the latest code is checked out before scanning
    guanguans committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    82849c9 View commit details
    Browse the repository at this point in the history
  2. build(composer.json): Update composer command aliases

    - Change 'composer-normalize' command to '@normalized-dry-run'
    - Add 'normalized' and 'normalized-dry-run' commands for normalization
    - Update 'trufflehog' command to point to the new repository 'soar-php'
    
    These changes improve command aliases for better usability and clarity in the project.
    guanguans committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    8fdce34 View commit details
    Browse the repository at this point in the history
  3. docs(readme): Remove soar help section from README

    - Removed the detailed `soar help` command section to streamline the README
    - The removal helps to avoid clutter and keeps the focus on essential information
    - Users can refer to the official documentation for comprehensive usage instructions
    guanguans committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    7e8e07a View commit details
    Browse the repository at this point in the history
Loading