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: inhere/php-validate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.x
Choose a base ref
...
head repository: inhere/php-validate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 48 files changed
  • 4 contributors

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    41783c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    01afddf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Configuration menu
    Copy the full SHA
    6ba1780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db74fe View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build(deps): bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    161afc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge pull request #64 from inhere/dependabot/github_actions/actions/…

    …checkout-5
    
    build(deps): bump actions/checkout from 4 to 5
    inhere authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    7abb090 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. build(deps): bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    8061f25 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Merge pull request #65 from inhere/dependabot/github_actions/actions/…

    …checkout-6
    
    build(deps): bump actions/checkout from 5 to 6
    inhere authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    1ca92a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. ci: add testing on php 8.5

    inhere authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    ef1ea12 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. refactor(validation): 调整验证器参数类型声明以支持null值

    - 修改ErrorMessageTrait中的getMessage方法参数类型顺序
    - 更新ScopedValidatorsTrait中fileValidator方法的suffixes参数类型
    - 更新ScopedValidatorsTrait中imageValidator方法的suffixes参数类型
    - 更新ScopedValidatorsTrait中mimesValidator方法的types参数类型
    - 调整Validators类中float方法的min和max参数类型顺序
    - 调整Validators类中integer方法的min和max参数类型顺序
    - 调整Validators类中int方法的min和max参数类型顺序
    - 调整Validators类中number方法的min和max参数类型顺序
    - 调整Validators类中num方法的min和max参数类型顺序
    - 调整Validators类中string方法的maxLen参数类型顺序
    - 调整Validators类中size方法的min和max参数类型顺序
    - 调整Validators类中between方法的min和max参数类型顺序
    - 调整Validators类中range方法的min和max参数类型顺序
    - 调整Validators类中length方法的minLen和maxLen参数类型顺序
    - 调整Validators类中regexp方法的default参数类型
    - 调整Validators类中regex方法的default参数类型
    龚德铭
    龚德铭 committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    d0ad8d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    ce8bff4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from Mr-GD/fix_nullable_param

    refactor(validation): 调整验证器参数类型声明以支持null值
    inhere authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    375a2de View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. build(deps): bump softprops/action-gh-release from 2 to 3

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    3648964 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from inhere/dependabot/github_actions/softprop…

    …s/action-gh-release-3
    
    build(deps): bump softprops/action-gh-release from 2 to 3
    inhere authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    b3b0870 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. build(deps): bump actions/checkout from 6 to 7

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    07802f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from inhere/dependabot/github_actions/actions/…

    …checkout-7
    
    build(deps): bump actions/checkout from 6 to 7
    inhere authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    bcd96d4 View commit details
    Browse the repository at this point in the history
Loading