- Release 1.2.1
- Fixed issue #4
-
Release 1.2.0
-
You can now assign custom helper names to Grape routes
-
Fixed a bug where routes would be listed more than once in the rake task if they are mounted to another API
-
Added the HTTP verb to rake task output
- You can now pass query parameters to helper functions in order to generate your own query string (Issue #1)
Release 1.0.1
-
Rename rake task from
grape:routes
togrape:route_helpers
-
If a Grape::Route has a specific format (json, etc.) in its route_path attribute, the helper will return a path with this extension at the end