-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Codegen v1.1 integration #2380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codegen v1.1 integration #2380
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 215a73d:
|
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
* oazapfts -> @kahirokunn/oazapfts To use unionUndefined option: #2135 * Add unionUndefined Option to rtk-query-codegen-openapi * yarn test:update * Use @rtk-query/oazapfts-patched Co-authored-by: Matt Sutkowski <[email protected]>
… gen (#2004) * Add test for intersection types, reference github commit for patched oazapfts * Use @rtk-query/oazapfts-patched and updated refs
…#1953) * Add LazyQuery hooks to generateEndpoints * Add granular hook generation config * docs * Update snapshots Co-authored-by: Lenz Weber <[email protected]>
…schema, they are now mapped to `providesTags` or `invalidatesTags`. (#2071) * If tags are specified, they are now mapped to providesTags or invalidatesTags. * npm run format * npm run test --updateSnapshot * addTagTypes * Exported addTagTypes so that the list of addTagTypes can be referenced from outside. * The tagging function has been made optional. * add tag test * code style & method naming * docs * addTagTypes does not support injectEndpoints, so it has been moved to enhanceEndpoints. * Fixed a mistake where providesTags and invalidatesTags were written in the wrong place. Co-authored-by: Lenz Weber <[email protected]>
Co-authored-by: Ludvig Svedberg <[email protected]>
698a298
to
30f7831
Compare
* create option flattenArg * Remove async from describe block in generateEndpoints * Update snapshots * Update descriptions in types for codegen options * Remove tags from `generateQueryFn` Co-authored-by: Matt Sutkowski <[email protected]>
Please do the necessary follow-up for the integration, We are waiting for this process. https://deploy-preview-2380--redux-starter-kit-docs.netlify.app/rtk-query/usage/code-generation#config-file-options. |
Just preparation for the 1.1 release!