这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 25, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hey-api/openapi-ts@0.82.0

Minor Changes

  • #2505 97c57f6 Thanks @SebastiaanWouters! - feat(parser): add Hooks API

    Added Hooks API

    This release adds the Hooks API, giving you granular control over which operations generate queries and mutations. As a result, we tightened the previous behavior and POST operations no longer generate queries by default. To preserve the old behavior, add a custom matcher.

    export default {
      input: 'hey-api/backend', // sign up at app.heyapi.dev
      output: 'src/client',
      parser: {
        hooks: {
          operations: {
            isQuery: (op) => (op.method === 'post' ? true : undefined),
          },
        },
      },
    };

Patch Changes

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 25, 2025
@vercel
Copy link

vercel bot commented Aug 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hey-api-docs Ready Ready Preview Comment Aug 28, 2025 6:11pm

@dosubot dosubot bot added the feature 🚀 New feature or request label Aug 25, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5b321a3 to 4f483c6 Compare August 26, 2025 06:38
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 26, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4f483c6 to b4fa6e5 Compare August 26, 2025 06:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from b4fa6e5 to 0479efc Compare August 26, 2025 15:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0479efc to eb43082 Compare August 26, 2025 17:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from eb43082 to 1d32893 Compare August 26, 2025 18:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1d32893 to e63b9b8 Compare August 27, 2025 18:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from e63b9b8 to eb422fd Compare August 28, 2025 12:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from eb422fd to 673cb59 Compare August 28, 2025 12:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 673cb59 to 770a621 Compare August 28, 2025 16:57
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Aug 28, 2025
@mrlubos mrlubos merged commit 61e0956 into main Aug 28, 2025
2 checks passed
@mrlubos mrlubos deleted the changeset-release/main branch August 28, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 🚀 New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants