Skip to content
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

feat/new openapi client support 2 #131

Merged
merged 17 commits into from
Oct 7, 2024
Merged

Conversation

seriouslag
Copy link
Collaborator

  • feat: add support for new version of @heyapi and use fetch client instead of axios
  • chore: remove comment
  • chore: remove comment
  • fix: make sure to remove not relevant props from params
  • fix: get data from the client
  • fix: get data from the client
  • chore: release v1.4.2-beta.1
  • fix: add formatters and linters on the queries output as well
  • chore: release v1.4.2-beta.2
  • chore: release v1.4.2-beta.3
  • chore: release v1.4.2-beta.4
  • chore: release v1.4.2-beta.5
  • chore: release v2.0.0
  • adding client support

Copy link

github-actions bot commented Jul 21, 2024

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 93.19% (🎯 95%) 2040 / 2189
🔴 Statements 93.19% (🎯 95%) 2040 / 2189
🔴 Functions 93.61% (🎯 95%) 44 / 47
🔴 Branches 79.12% (🎯 85%) 144 / 182
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/common.mts 98.01% 95.23% 100% 98.01% 47-48, 50-51
src/createExports.mts 100% 100% 100% 100%
src/createImports.mts 96.18% 66.66% 100% 96.18% 20-23, 27
src/createPrefetchOrEnsure.mts 98.79% 75% 100% 98.79% 98, 130
src/createSource.mts 100% 100% 100% 100%
src/createUseMutation.mts 98.78% 71.42% 100% 98.78% 84, 184, 214
src/createUseQuery.mts 84.36% 63.46% 100% 84.36% 80-81, 249, 251-254, 274-286, 325, 350, 379, 388-403, 423-435, 445, 543-552, 558, 648, 665-710
src/format.mts 89.58% 80% 50% 89.58% 46-51, 86-89
src/generate.mts 100% 100% 100% 100%
src/service.mts 86.27% 65% 100% 86.27% 35-36, 39-40, 42-43, 46-47, 52-53, 57-58, 66-67
Generated in workflow #336 for commit 8377a0c by the Vitest Coverage Report Action

@seriouslag seriouslag force-pushed the feat/new-openapi-client-support-2 branch from b3eb455 to 72247c0 Compare July 21, 2024 17:49
@seriouslag seriouslag force-pushed the feat/new-openapi-client-support-2 branch from 72247c0 to 13d4587 Compare July 21, 2024 17:55
@seriouslag
Copy link
Collaborator Author

npm publish

@omridevk
Copy link

@seriouslag
Do you recall how my commits got here? I am blanking here :P

@7nohe
Copy link
Owner

7nohe commented Oct 7, 2024

@seriouslag @omridevk
Thank you for updating the client and making the necessary changes accordingly. I apologize for the delayed response.
Since it’s not good to leave this unattended for too long, I will resolve the conflicts on my end, release it, and see how it is going in the real world.

@7nohe 7nohe changed the base branch from main to v2 October 7, 2024 09:21
@7nohe
Copy link
Owner

7nohe commented Oct 7, 2024

I'll merge this for now and manage it in the v2 branch. Since there are still tests to be added and some issues that need to be addressed, I plan to release it once everything is completed.

@7nohe 7nohe merged commit 82b932b into v2 Oct 7, 2024
1 of 4 checks passed
@7nohe 7nohe deleted the feat/new-openapi-client-support-2 branch October 7, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants