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
Copy file name to clipboardExpand all lines: UPGRADING.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ Upgrading Grape
3
3
4
4
### Upgrading to >= 2.1.0
5
5
6
+
#### Optional Builder
7
+
8
+
The `builder` gem dependency has been made optional as it's only used when generating XML. If your code does, add `builder` to your `Gemfile`.
9
+
10
+
See [#2445](https://github.com/ruby-grape/grape/pull/2445) for more information.
11
+
6
12
#### Deep Merging of Parameter Attributes
7
13
8
14
Grape now uses `deep_merge` to combine parameter attributes within the `with` method. Previously, attributes defined at the parameter level would override those defined at the group level.
0 commit comments