- [#25] Support Rails 6.0.0 (Thanks @serggl)
- [#19] Support Grape 1.0.0 (Thanks @badlamer)
- [#17] Add a
:headers
option, which can be either:all
or an array of strings. (Thanks @yamamotok)
- Log the error class name (#13)
-
Bump Grape dependency to 0.17
-
Encourage
insert_after
when mounting to properly include query and post datainsert_after Grape::Middleware::Formatter, Grape::Middleware::Logger
- Can use default rake command to run test suite
- Fix #4, missing JSON parameters from POST requests
- Grape::Middleware::Formatter#before is Ruby 1.9.3 friendly
- Refactor logger conditional to use coercion and parallel assignment
- Use Railtie to setup default configuration for Rails apps
- Stop logging the namespace