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: friendsofhyperf/compoships
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: friendsofhyperf/compoships
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 5, 2025

  1. Init v3.2 (#830)

    * Bumps hyperf/*
    
    * Update
    
    * feat: 支持通过命令行选项设置开发依赖版本并更新相关依赖
    
    * fix: 更新 hyperf/stdlib 版本以解决依赖问题
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    5cf9b58 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

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

Commits on Aug 29, 2025

  1. Use PHP 8.4 array functions and add polyfill support (#889)

    * Use PHP 8.4 array functions and add polyfill support
    
    - Add symfony/polyfill-php84 dependency to support array_all() and array_any()
    - Refactor Arr::every() to use native array_all() function with arrow syntax
    - Refactor Arr::some() to use native array_any() function
    - Improve code readability and performance with native implementations
    
    * 简化 some() 方法的实现,使用箭头函数替代传统函数定义
    
    * 为多个组件添加对 Symfony Polyfill PHP 8.5 的支持,并在 HasOneOrMany 和 AsyncQueueJobMessageAspect 中使用 array_last 函数替代 end 函数
    
    * 修复 currency() 方法中的格式化问题,确保单位正确拼接
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    77955f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Standardize nullable type hints to 'null|Type' order

    Refactors type hints and docblocks across the codebase to consistently use the 'null|Type' order for nullable types, improving code readability and alignment with modern PHP standards. No functional changes are introduced; this is a documentation and type annotation update only.
    huangdijia committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    b8c629d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Update composer.json keywords to v3.2

    Replaces 'v3.1' with 'v3.2' in the keywords array across multiple composer.json files to reflect the new version. This ensures consistency and accurate version tagging for all related packages.
    
    Co-Authored-By: copilot-swe-agent[bot] <[email protected]>
    Co-Authored-By: huangdijia <[email protected]>
    huangdijia and Copilot committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    7e46061 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Update documentation links to docs.hdj.me

    Replaced all references to hyperf.fans with docs.hdj.me in documentation, configuration, and composer.json files to reflect the new official documentation site.
    huangdijia committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    7406ea2 View commit details
    Browse the repository at this point in the history
Loading