Skip to content

Add upgrade notice for Array[String] #2016

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 16, 2020

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Mar 16, 2020

If Array[String] is used without a coerce_with block, existing APIs may
quietly fail without explanation. This change to the upgrade
documentation makes that clear.

Closes #2013

@grape-bot
Copy link

grape-bot commented Mar 16, 2020

1 Warning
⚠️ Unless you’re refactoring existing code, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#2016](https://github.com/ruby-grape/grape/pull/2016): Add upgrade notice for array[string] - [@stanhu](https://github.com/stanhu).

Generated by 🚫 danger

If Array[String] is used without a coerce_with block, existing APIs may
quietly fail without explanation. This change to the upgrade
documentation makes that clear.

Closes ruby-grape#2013
@stanhu stanhu force-pushed the sh-improve-upgrade-guide branch from 4516499 to 5fd457c Compare March 16, 2020 21:06
@dblock dblock merged commit 5a3c2f2 into ruby-grape:master Mar 16, 2020
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.

Array[String] no longer works with strings with commas
3 participants