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: ferdikoomen/openapi-typescript-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jshmrtn/openapi-typescript-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 16, 2022

  1. introducing OmitReadonly type

    - it omits readonly properties from an object
    - it infers the original type in case of passed type is not an `object`
    - it is applied to parameters for "POST", "PUT" or "PATCH" operations
    and only if it is a "reference" type
    tiholic committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    b5f7181 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    58e06a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d53d8 View commit details
    Browse the repository at this point in the history
  3. 0.24.0

    jeremyzahner committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    caf3be5 View commit details
    Browse the repository at this point in the history
Loading