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: 7nohe/openapi-react-query-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 7nohe/openapi-react-query-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/upgrade-openapi-typescript-codegen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 20, 2024

  1. release canary

    seriouslag authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    349bfd6 View commit details
    Browse the repository at this point in the history
  2. ci: rename package name-3

    seriouslag committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    95dcd9a View commit details
    Browse the repository at this point in the history
  3. fix(hooks): generate other https methods

    Before this patch, only GET queries and POST mutations were created.
    
    We now generate mutation hooks for PUT, PATCH, and DELETE
    seriouslag committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    900f8d7 View commit details
    Browse the repository at this point in the history
  4. fix: fix formatted code generated

    prettier was replacing the quotes with double quotes causing th checks to break.
    seriouslag committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2a3f34b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83360a3 View commit details
    Browse the repository at this point in the history
  6. fix(exports): strips referenced imports of models

    The reference import path isn't needed as we import all Models into the file already
    seriouslag committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c0bece4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    899d498 View commit details
    Browse the repository at this point in the history
Loading