8000 Comparing 3.0.0...3.0.1 · guanguans/notify · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/notify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: guanguans/notify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.1
Choose a head ref
  • 5 commits
  • 20 files changed
  • 1 contributor

Commits on Feb 23, 2025

  1. chore(release): 3.0.0

    guanguans committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    0d5999f View commit details
    Browse the repository at this point in the history
  2. build(config): Update branch alias to 3.x-dev

    - Changed the branch alias for 'dev-main' from '2.x-dev' to '3.x-dev' in composer.json
    - Commented out the UpdateBranchAliasReleaseWorker in monorepo-builder.php to disable automatic updates
    - This change prepares for the upcoming version changes and better reflects the new development branch
    guanguans committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    53a0a66 View commit details
    Browse the repository at this point in the history
  3. perf(Response): Refactor response methods for type clarity

    - Update return types in `Response` class methods for better clarity
    - Replace `mixed` with specific types where applicable
    - Improve method signatures in `HasHttpClient` and `Rector` classes for consistency
    - Remove unnecessary array type hints for cleaner code
    guanguans committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    5b2a315 View commit details
    Browse the repository at this point in the history
  4. perf(dependencies): Add PHPStan extensions and improve type hints

    - Add `symplify/phpstan-extensions`, `tomasvotruba/type-coverage`, and `yamadashy/phpstan-friendly-formatter` to enhance static analysis.
    - Update function signatures to use `mixed` type for better type safety and clarity.
    - Set `friendly` error format in PHPStan configuration for improved output.
    guanguans committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    4fc80db View commit details
    Browse the repository at this point in the history
  5. perf(rector): Remove Deprecated ReturnTypeWillChange Annotations

    - Remove deprecated #[ReturnTypeWillChange] attribute from offsetGet in HasOptions and Response classes.
    - Comment out configuration rules related to ReturnTypeWillChangeRector in rector.php.
    - This change ensures compliance with updated PHP standards and prevents usage of deprecated features.
    guanguans committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    6f745b8 View commit details
    Browse the repository at this point in the history
Loading
0