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: oapi-codegen/oapi-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: oapi-codegen/oapi-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 16, 2025

  1. Fix bullet point line prefer-skip-optional-pointer-with-omitzero ty…

    …po in `README.md` (#2028)
    
    Fix bulletpoint line `prefer-skip-optional-pointer-with-omitzero` typo - reference back to `prefer-skip-optional-pointer`
    
    Co-authored-by: Jamie Tanna <[email protected]>
    magnetikonline and jamietanna authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    635bb4e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. chore(renovate): don't exclude examples and internal/test

    We're using `:default`[0] from our configuration, which then
    excludes our `examples` and `internal/test` directories[1][2][3].
    
    It is handy for us to keep these dependencies up-to-date, so we should
    override the `ignorePaths` for Go dependencies.
    
    [0]: https://github.com/oapi-codegen/renovate-config/blob/d63ca7f61facd164040be09ee8a32090435cef57/default.json#L4
    [1]: https://docs.renovatebot.com/presets-config/#configbest-practices
    [2]: https://docs.renovatebot.com/presets-config/#configrecommended
    [3]: https://docs.renovatebot.com/presets-default/#ignoremodulesandtests
    jamietanna committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    62fec2f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. fix(output-options): correctly reference `x-go-type-skip-optional-poi…

    …nter` in `allOf` (#2042)
    
    If using the global `prefer-skip-optional-pointer: true` alongside a
    field-level `x-go-type-skip-optional-pointer: false` on a type that's
    referenced by an `allOf`, we don't correctly follow the field-level type
    reference and override the value.
    
    This correctly generates the type.
    
    Co-authored-by: Jamie Tanna <[email protected]>
    magnetikonline and jamietanna authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    702cc91 View commit details
    Browse the repository at this point in the history
Loading