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: ajaishankar/openapi-typescript-fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: qdrant/openapi-typescript-fetch
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.
  • 20 commits
  • 28 files changed
  • 8 contributors

Commits on May 11, 2023

  1. infer json definition for all parameters

    Infer definition of application/json content-type for all parameters, for instance application/json; charset=utf-8
    javiertury authored and Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2be6e6f View commit details
    Browse the repository at this point in the history
  2. Handle 202: Accepted in OpReturnType

    gentarooka authored and Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b9c97e2 View commit details
    Browse the repository at this point in the history
  3. Accepted support test

    gentarooka authored and Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    adc1899 View commit details
    Browse the repository at this point in the history
  4. Enable FormData as input

    Fixes #31
    voxpelli authored and Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    159b9a5 View commit details
    Browse the repository at this point in the history
  5. Fix strictness of query params

    In cases where a non-GET request has optional query params, the
    `.create()` function incorrectly allow you to omit them. This runtime
    code _must_ be present so the library can distinguish between body and
    query parameters, even if the actual call omits the optional param
    happycollision authored and Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e2535b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9256aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ecad47 View commit details
    Browse the repository at this point in the history
  8. Setup CI, changeset and PNPM

    Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7017525 View commit details
    Browse the repository at this point in the history
  9. Bump version 1.2.0

    Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0757d33 View commit details
    Browse the repository at this point in the history
  10. Update NPM badge

    Rendez committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ceb5c76 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    a2120c3 View commit details
    Browse the repository at this point in the history
  2. Bump version 1.2.1

    Rendez committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    99dd0ec View commit details
    Browse the repository at this point in the history
  3. Fix NPM badge in README

    Rendez committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f33b848 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. BigInteger support (#7)

    * Chore: Test Fixed
    
    * Chore: Big int Support added
    
    * Chore : packages Updated fixed
    
    * Chore : JSONbig.stringify(payload) added
    
    * Update dependencies and fix JSON parsing
    
    * chore : fomating
    
    * Remove json-with-bigint dependency
    
    * Update target and module settings in tsconfig files
    
    * Add bigInt in fetch.test.ts and paths.ts
    
    * Add Jest configuration and update package dependencies
    
    * Upgrade workflows node versions
    
    * Linting and smaller fixes
    
    ---------
    
    Co-authored-by: Luis Merino <[email protected]>
    kartik-gupta-ij and Rendez authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2ffe33f View commit details
    Browse the repository at this point in the history
  2. 1.2.2

    kartik-gupta-ij committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7ed13ea View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    kartik-gupta-ij committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    43b93bd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

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

Commits on Mar 4, 2024

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