Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3146 +/- ##
=======================================
Coverage 33.28% 33.28%
=======================================
Files 429 429
Lines 33643 33643
Branches 2156 2156
=======================================
Hits 11199 11199
Misses 22416 22416
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
568f776 to
dcc29ab
Compare
dcc29ab to
18e612c
Compare
087f155 to
0f32aa1
Compare
6e72d94 to
d816c0a
Compare
a37c18b to
e2ab60c
Compare
10bcfe2 to
523caea
Compare
8dc9e28 to
ea2582b
Compare
3a6538f to
0f3454e
Compare
8054e4c to
27b1313
Compare
2753b87 to
46e2a90
Compare
f7df38e to
d364f6b
Compare
331830f to
c1af43b
Compare
efe4bba to
4cbed4d
Compare
dae5bae to
aad2c96
Compare
b61ce3c to
b3eae96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/codegen-core@0.5.0
Minor Changes
815a3de) by @mrlubosPatch Changes
types: document default values for
importKindandkind(#3147) (ab80a4b) by @mrlubosfix: simplify symbol merging logic (#3169) (
77bf81a) by @mrlubos@hey-api/openapi-ts@0.90.0
Minor Changes
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
815a3de) by @mrlubosStructure API
The SDK plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the
methodNameBuilderfunction, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.Please open an issue if you're unable to migrate your configuration to the new syntax.
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
815a3de) by @mrlubosStructure API
The Angular plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the
methodNameBuilderfunction, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.Please open an issue if you're unable to migrate your configuration to the new syntax.
Patch Changes
plugin(@hey-api/client-nuxt): use serialized body in SSE requests (#3123) (
6505659) by @bilby91plugin(zod): expand support for bigint types (#3145) (
4a32dcf) by @mrlubosplugin(@hey-api/client-angular): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-next): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-axios): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-fetch): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-nuxt): preserve null in
WithRefstype for nullable fields (#3131) (3935034) by @rigtigeEmilrenderer: correctly render default import (#3109) (
815a3de) by @mrlubosplugin(@hey-api/client-ky): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosUpdated Dependencies: