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/exception-event
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: friendsofhyperf/exception-event
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.
  • 5 commits
  • 4 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
    038c316 View commit details
    Browse the repository at this point in the history
  2. refactor: Remove deprecated methods and classes in preparation for v3…

    ….2 (#831)
    
    * refactor: 移除已弃用的方法和类,准备 v3.2 版本
    
    * refactor: 移除即将弃用的缓存接口和调整数据库条目存储逻辑
    
    * refactor: 删除 EnvironmentTest 测试文件
    
    * refactor: 移除 Collection 类中的 isSingle 方法及相关测试
    
    * refactor: 更新测试文件中的 now 函数引用至 Hyperf\Support
    
    * 更新 SenderTest.php
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    c3c8b21 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
    a22eb1f 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
    8e9cceb 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
    c5d7fd8 View commit details
    Browse the repository at this point in the history
Loading