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: apple/swift-openapi-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.0
Choose a base ref
...
head repository: apple/swift-openapi-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 19, 2025

  1. Fix the test overrides example package (#789)

    ### Motivation
    
    The CI was failing on the new example.
    
    ### Modifications
    
    Fixed the structure and cleaned up the test project a bit.
    
    ### Result
    
    CI should start passing now, and the test project is more focused on
    type overrides.
    
    ### Test Plan
    
    Added a unit test target to the test project.
    czechboy0 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    3f881d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. [Generator] Add support of deepObject style in query params (#538)

    ### Motivation
    
    The generator changes for: 
    
    [apple/swift-openapi-generator](#259)
    
    Depends on apple/swift-openapi-runtime#100 
    landing first and getting released, and the version dependency being
    bumped here.
    
    ### Modifications
    
    Added `deepObject` style to serializer & parser in order to support
    nested keys on query parameters.
    
    ### Result
    
    Support nested keys on query parameters.
    
    ### Test Plan
    
    Adapted snippet tests (SnippetBasedReferenceTests)
    
    ---------
    
    Co-authored-by: Honza Dvorsky <honza@apple.com>
    kstefanou52 and czechboy0 authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    00a1bde View commit details
    Browse the repository at this point in the history
  2. [Docs] Update supported parameter styles (#643)

    ### Motivation
    
    Have our docs accurately represent the feautures we support.
    
    ### Modifications
    
    Updated the supported OpenAPI features doc to reflect that we will
    support deepObject as of
    #538 (wait for that
    to land first).
    
    ### Result
    
    Accurate docs.
    
    ### Test Plan
    
    N/A
    czechboy0 authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    37bff7a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

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