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 a breaking change provided in 1.6.1 #2244

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

dm1try
Copy link
Member

@dm1try dm1try commented Feb 17, 2022

ref #2230 #2200

@dblock
Copy link
Member

dblock commented Feb 19, 2022

Because this was a regression let's add it to CHANGELOG?

@dblock dblock merged commit cf1e4e5 into ruby-grape:master Feb 26, 2022
Grape::Validations::Base = Class.new(Grape::Validations::Validators::Base) do
def initialize(*)
super
warn '[DEPRECATION] `Grape::Validations::Base` is deprecated. Use `Grape::Validations::Validators::Base` instead.'
Copy link
Contributor

Choose a reason for hiding this comment

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

I'll add a PR for adding a warn message to MissingGroupType and UnsupportedGroupType

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