-
-
Notifications
You must be signed in to change notification settings - Fork 272
ci: release #2653
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
ci: release #2653
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 #2653 +/- ##
=======================================
Coverage 23.83% 23.83%
=======================================
Files 379 379
Lines 36960 36960
Branches 1632 1632
=======================================
Hits 8811 8811
Misses 28136 28136
Partials 13 13
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: |
e691ac2 to
772089e
Compare
772089e to
e14a528
Compare
c554a4d to
73acc6a
Compare
5a922a1 to
2303554
Compare
986a0d2 to
6a7870e
Compare
162b3c3 to
42552ae
Compare
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.2.0
Minor Changes
e1ede9c) by @mrlubos@hey-api/openapi-ts@0.84.0
Minor Changes
Symbol API
This release improves the Symbol API, which adds the capability to place symbols in arbitrary files. We preserved the previous output structure for all plugins except Angular.
You can preserve the previous Angular output by writing your own placement function.
Removed
outputplugin optionDue to the Symbol API release, this option has been removed from the Plugin API. (#2664) (
e1ede9c) by @mrlubosPatch Changes
fix(plugin): every plugin extends Plugin.Hooks interface (#2664) (
e1ede9c) by @mrlubosfix(renderer): group and sort imported modules
TypeScript renderer
We ship a dedicated TypeScript renderer for
.tsfiles. This release improves the renderer's ability to group and sort imported modules, resulting in a more polished output. (#2664) (e1ede9c) by @mrlubosfix(parser): expand schema deduplication by including validation constraints in type ID (#2650) (
31b3933) by @copilot-swe-agentfix(parser): bump support for OpenAPI 3.1.2 (#2667) (
3511fb8) by @mrlubosfix(config): add
output.fileNameoption