Bump grape from 1.7.1 to 1.8.0
Bumps grape from 1.7.1 to 1.8.0.
Changelog
Sourced from grape's changelog.
1.8.0 (2023/08/30)
Features
- #2326: Use ActiveSupport extensions -
@ericproulx
.- #2327: Use ActiveSupport deprecation -
@ericproulx
.- #2330: Use ActiveSupport inflector -
@ericproulx
.- #2331: Memory optimization when running validators -
@ericproulx
.- #2332: Use ActiveSupport configurable -
@ericproulx
.- #2333: Use custom messages in parameter validation with arity 1 -
@thedevjoao
.- #2341: Stop yielding skip value -
@ericproulx
.- #2342: Allow specifying a handler for grape_exceptions -
@mscrivo
.- #2338: Fix unknown validator when using requires/optional with entity -
@mscrivo
.Fixes
- #2339: Documentation and specs for remountable configuration in params -
@myxoh
.- #2328: Don't cache Class.instance_methods -
@byroot
.- #2337: Fix: allow custom validators that do not end with _validator -
@ericproulx
.- #2346: Adjust test expectations to conform to rack 3 -
@kbarrette
.
Commits
-
ef9164c
Preparing for release, 1.8.0. -
ed8edaf
Remove the section that says to increment the version number as part of the r... -
34224ac
Replaced remaining references to Travis CI. -
df3b3c8
Adjust test expectations to conform to rack 3 (#2346) -
8e1488d
Fix unknown validator exception when using requires/optional with Entity (#2338) -
96ac079
Allow specifying a handler for grape_exceptions (#2342) -
db7000b
Stop yielding skip value (#2341) -
dd741b9
[ISSUE-2321] Updates documentation on re-mounted configuration for params (#2... -
1147658
Fix custom validator not ending with _validator (#2337) -
d1dfdcc
Feature: Allows procs with arity 1 to validate and use custom messages (#2333) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts