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: docupilot/openapi-typescript-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/omit-read-only
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 3 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 Sep 21, 2024

  1. fix security issues

    tiholic committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2a2471b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. update rollup dependency

    tiholic committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    56fb679 View commit details
    Browse the repository at this point in the history
  2. update typescript and remove jest and angular

    as this repository is only used for our ts code gen
    tiholic committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    727f32e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. updated org name

    deekshith1856 committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    e909eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8310a20 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Merge pull request #2 from docupilot/update-org-name

    updated org name
    deekshith1856 authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    5e12e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from docupilot/resolve-depandabot-issues

    resolved dependabot updates
    deekshith1856 authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    4eaf9cd View commit details
    Browse the repository at this point in the history
Loading