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: orval-labs/orval
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0-rc.4
Choose a base ref
...
head repository: orval-labs/orval
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0-rc.5
Choose a head ref
  • 11 commits
  • 390 files changed
  • 5 contributors

Commits on Dec 22, 2025

  1. feat(fetch): make output.schemas.type exclusive and remove `overrid…

    …e.fetch.useSchemaResponse` (#2667)
    
    * feat: make `output.schemas.type` exclusive and remove `override.fetch.useR Schema Response`
    
    * chore: update fetch test
    
    * feat: simplified fetch client import
    
    * chore: remove old test
    
    * fix: faild test
    soartec-lab authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    154c686 View commit details
    Browse the repository at this point in the history
  2. Update dependencies (#2670)

    * chore: update dependencies
    
    * chore: update formatting after prettier update
    
    * chore: fix linting
    snebjorn authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    adde443 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. chore: lint fixes (#2671)

    snebjorn authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    4a687bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b17788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daba10f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ea86fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54ad929 View commit details
    Browse the repository at this point in the history
  6. fix(query): add missing InvalidateOptions import for Angular Query (#…

    …2678)
    
    The useInvalidate feature was broken for Angular Query because
    InvalidateOptions was not included in ANGULAR_QUERY_DEPENDENCIES,
    causing TypeScript compilation errors in generated code.
    
    Also enabled useInvalidate in the angular-query sample to demonstrate
    the feature.
    
    Fixes #2677
    ScriptType authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    1212da9 View commit details
    Browse the repository at this point in the history
  7. feat: enabled zod for schemas.type on all clients (#2668)

    * feat: moved zod file judgement to core
    
    * chore: added zod schema cases to all client tests
    
    * fix: faild test pass
    
    * chore: failed test pass
    
    * chore: using `as` to specify mock types
    
    * chore: update sample apps
    
    * Revert "chore: using `as` to specify mock types"
    
    This reverts commit b8974c1.
    
    * chore: add zod schema test to mock
    
    * chore: update sample apps
    soartec-lab authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    dad088f View commit details
    Browse the repository at this point in the history
  8. fix(mock,angular): Different response types causes issues (#2674)

    * fix(mock): preserve model imports when text/plain is among content types
    
    * feat(core): add utility functions for content type handling and default selection
    
    * feat(angular): add function overloading for endpoints with multiple response content types
    
    * chore(angular-app): add content type overloading demo for issue #2243
    ScriptType authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    833678f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0f7e6e View commit details
    Browse the repository at this point in the history
Loading