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: ptlis/diff-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/add-phpstan
Choose a base ref
...
head repository: ptlis/diff-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 47 files changed
  • 1 contributor

Commits on May 22, 2022

  1. Fix formatting in README

    ptlis committed May 22, 2022
    Configuration menu
    Copy the full SHA
    4ca2c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc6d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4adfb12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b692f8b View commit details
    Browse the repository at this point in the history
  5. Release version 1.1.0

    ptlis committed May 22, 2022
    Configuration menu
    Copy the full SHA
    07189a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    9645dfe View commit details
    Browse the repository at this point in the history
  2. Release 1.1.1

    ptlis committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    600ea22 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Simplify / refine object graph through addition of IntChange & String…

    …Change classes
    
    These eliminate the ugliness of having many 'duplicate' property names
    that vary by prefix, e.g. originalCount/newCount and
    originalStart/newStart in the Hunk class.
    ptlis committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    117e71e View commit details
    Browse the repository at this point in the history
  2. Fix codestyle violation

    ptlis committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    3724ebf View commit details
    Browse the repository at this point in the history
  3. Add PHP 8.2 as a build target

    ptlis committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    1d294b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7224d11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eb3d4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77e302 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    dd504e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e5fa3 View commit details
    Browse the repository at this point in the history
  3. More refinements to README

    ptlis committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7950581 View commit details
    Browse the repository at this point in the history
Loading