Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 750 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 750 Bytes

1.7.0 (8/2/2016)

  • Bump Grape dependency to 0.17

  • Encourage insert_after when mounting to properly include query and post data

     insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger

1.6.0 (4/4/2016)

  • 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

1.5.1 (12/15/2015)

  • Refactor logger conditional to use coercion and parallel assignment

1.5.0 (12/12/2015)

  • Use Railtie to setup default configuration for Rails apps
  • Stop logging the namespace