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: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.6.3
Choose a base ref
...
head repository: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.6.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 12, 2025

  1. ci: Run workflows against 5.x.x branches (#859)

    ## Description
    This PR will run the workflows (excluding phpstan) on the 5.x.x branch
    
    ## Related Issue
    #841
    #857
    
    ## Type of Change
    - [X] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Documentation update
    - [ ] Code refactoring
    - [ ] Other (please describe):
    
    ## Checklist
    
    <!-- Mark completed items with an "x" -->
    
    - [X] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
    - [X] My code follows the code style of this project
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] All new and existing tests pass
    - [ ] I have updated the documentation accordingly
    - [X] My changes generate no new warnings
    
    ## Additional Notes
    
    This should allow the run of workflows for #857 and future PR's against
    the 5.x.x branch
    DannyvdSluijs authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    2911a17 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. UriValidator file: tests/fix(es) (#858)

    ## Description
    
    Update tests (and code to follow) for UriValidator `file:` protocol.
    
    ## Related Issue
    
    #856
    
    ## Type of Change
    
    <!-- Mark the appropriate option with an "x" -->
    
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Documentation update
    - [ ] Code refactoring
    - [ ] Other (please describe):
    
    ## Checklist
    
    <!-- Mark completed items with an "x" -->
    
    - [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
    - [x] My code follows the code style of this project
    - [x] I have added tests that prove my fix is effective or that my
    feature works
    - [x] All new and existing tests pass
    - [x] I have updated the documentation accordingly
    - [x] My changes generate no new warnings
    
    ## Additional Notes
    
    <!-- Add any additional information that might be helpful for reviewers
    -->
    alcohol authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    cb51582 View commit details
    Browse the repository at this point in the history
  2. .gitattributes: Fix .php-cs-fixer.dist.php export-ignore (#861)

    ## Description
    
    <!-- Provide a brief description of the changes in this PR -->
    
    `.php-cs-fixer.dist.php` is incorrectly being included.
    
    ## Related Issue
    
    <!-- Link to the issue this PR addresses (if applicable) -->
    <!-- Fixes #(issue number) -->
    
    ## Type of Change
    
    <!-- Mark the appropriate option with an "x" -->
    
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Documentation update
    - [ ] Code refactoring
    - [ ] Other (please describe):
    
    ## Checklist
    
    <!-- Mark completed items with an "x" -->
    
    - [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
    - [ ] My code follows the code style of this project
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] All new and existing tests pass
    - [ ] I have updated the documentation accordingly
    - [ ] My changes generate no new warnings
    
    ## Additional Notes
    
    <!-- Add any additional information that might be helpful for reviewers
    -->
    
    ---------
    
    Co-authored-by: Danny van der Sluijs <danny.van.der.sluijs@infi.nl>
    reedy and DannyvdSluijs authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    bf411cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eeb75d View commit details
    Browse the repository at this point in the history
Loading