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: swaggest/php-code-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.38
Choose a base ref
...
head repository: swaggest/php-code-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    8d1c179 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    vearutop authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57f9213 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    395ef94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2abc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Feb 19, 2024

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

Commits on Feb 15, 2025

  1. Fix for json fields containing a dollar sign (Issue #59)

    In this change we also escape any dollar sign when included in strings.
    
    We have to distinguish between the fields, because regular expressions (pattern field)
    needs different escaping rules than standard fields.
    mrbig committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    5915431 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Merge pull request #60 from mrbig/issue-59

    Fix for json fields containing a dollar sign (Issue #59)
    vearutop authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    96b772a View commit details
    Browse the repository at this point in the history
Loading