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

fix(breaking): always return array #225

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

kanadgupta
Copy link
Member

@kanadgupta kanadgupta commented Apr 9, 2024

🧰 Changes

I had DX concerns about the string[] | string setup in the .convert() method and talked offline with @erunion and agreed that it should always return a string[], so this PR makes that change. This is a breaking change.

🧬 QA & Testing

Is this everything? I saw this line below but I think it's unrelated so I left it, but let me know if I'm wrong about this.

) => string;

@kanadgupta kanadgupta added the enhancement New feature or request label Apr 9, 2024
@kanadgupta kanadgupta requested a review from erunion April 9, 2024 22:31
@kanadgupta kanadgupta marked this pull request as ready for review April 9, 2024 22:31
@erunion erunion merged commit c755ef0 into main Apr 9, 2024
11 checks passed
@erunion erunion deleted the kanad-2024-04-09/convert-always-returns-array branch April 9, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants