You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Only 1 to_hash to prepare_path
* Use inheritable_setting.namespace_stackable and inheritable_setting.namespace_inheritable instead
* Use `include` instead of `send(:include)`
* Use `include` instead of `send(:include)`
* small refactor
* Add CHANGELOG entry
* Return if helpers.empty? instead.
* Update CHANGELOG.md
Object allocation instead of just hash
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
*[#2464](https://github.com/ruby-grape/grape/pull/2464): The `length` validator only takes effect for parameters with types that support `#length` method - [@OuYangJinTing](https://github.com/OuYangJinTing).
17
17
*[#2485](https://github.com/ruby-grape/grape/pull/2485): Add `is:` param to length validator - [@dakad](https://github.com/dakad).
0 commit comments