Skip to content

feat: ouput boolean query parameters as booleans, not string enums #1017

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

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

youngjungithub
Copy link
Contributor

@youngjungithub youngjungithub commented Mar 4, 2025

No description provided.

@youngjungithub youngjungithub requested a review from a team as a code owner March 4, 2025 17:12
@youngjungithub youngjungithub marked this pull request as draft March 4, 2025 17:13
@youngjungithub youngjungithub self-assigned this Mar 4, 2025
@youngjungithub youngjungithub marked this pull request as ready for review March 4, 2025 18:34
@youngjungithub youngjungithub marked this pull request as draft March 5, 2025 15:37
@youngjungithub youngjungithub marked this pull request as ready for review March 5, 2025 17:27
Copy link
Contributor

@ericcrosson-bitgo ericcrosson-bitgo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, @youngjungithub!

Will you please squash the commits on this PR into just one commit? This helps create a more organized git history

Comment on lines -218 to -219
{ type: 'string', format: 'number' },
{ type: 'string', enum: ['true', 'false'] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: it's really interesting that the order of these array elements swapped 🤔 It seems deterministic, and it is alphabetical too I suppose

chore: fix error

chore: fix error

chore: fix error

chore: remove comments

chore: revert changes

fix: approach

fix: bug
@youngjungithub
Copy link
Contributor Author

Great work, @youngjungithub!

Will you please squash the commits on this PR into just one commit? This helps create a more organized git history

It's done!

@ericcrosson-bitgo ericcrosson-bitgo merged commit 3359aeb into master Mar 5, 2025
6 checks passed
@ericcrosson-bitgo ericcrosson-bitgo deleted the openapi branch March 5, 2025 19:30
Copy link

github-actions bot commented Mar 5, 2025

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants