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: phpDocumentor/TypeResolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.1
Choose a base ref
...
head repository: phpDocumentor/TypeResolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0
Choose a head ref
  • 17 commits
  • 25 files changed
  • 3 contributors

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    8ad3753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b2378 View commit details
    Browse the repository at this point in the history
  3. fixes

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    567b14f View commit details
    Browse the repository at this point in the history
  4. fix

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    8951a29 View commit details
    Browse the repository at this point in the history
  5. fix

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    0d91e7f View commit details
    Browse the repository at this point in the history
  6. fix cs

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    75a02d7 View commit details
    Browse the repository at this point in the history
  7. fix cs

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    7bc7dd3 View commit details
    Browse the repository at this point in the history
  8. cr fix

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2adbaf4 View commit details
    Browse the repository at this point in the history
  9. Add .editorconfig

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    fe0875d View commit details
    Browse the repository at this point in the history
  10. self review

    mspirkov committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    95e2513 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #226 from mspirkov/add-editorconfig

    Add `.editorconfig`
    jaapio authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3fd3d03 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. cr fix

    mspirkov committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    4abe9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f860e1e View commit details
    Browse the repository at this point in the history
  3. self review

    mspirkov committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f43a500 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #227 from mspirkov/fix-git-blame

    Exclude commits with CS changes from Git Blame
    jaapio authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    09f6c69 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from mspirkov/add-type-node-to-mixed

    Add support for conditional types, offset access types and `key-of`, `value-of`, `int-mask`, `int-mask-of`
    jaapio authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    696c4b1 View commit details
    Browse the repository at this point in the history
  6. Add support for generics in Static_ and Self_ (#228)

    * Add support for generics in `Static_` and `Self_`
    
    * Add tests for iterable with generics
    
    * Fix code style
    
    * Reusing the `createTypesByTypeNodes` method
    mspirkov authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8cbe610 View commit details
    Browse the repository at this point in the history
Loading