Skip to content

Latest commit

 

History

History
90 lines (54 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

90 lines (54 loc) · 3.6 KB

Next

  • Your contribution here.

v0.5.0

  • #34: If no RABL template is specified, fallback to the default response format as determined by Grape - @chrisbloom7.

v0.4.3

v0.4.2

v0.4.1

v0.4.0

v0.3.1

  • #35: The render method will no longer modify endpoint options at runtime - @yesmeck.

v0.3.0

  • #22: Enable using a layout template in Rabl - @koko1000ban.
  • Implemented Rubocop, Ruby style linter - @dblock.
  • Removed JRuby support - @dblock.
  • Enable using locals with .render - @hobofan.
  • Enable support for template caching - @kushkella.

v0.2.2

  • #20: Relaxed dependency on a specific version of Grape - @cheef.

v0.2.1

  • #11: Fix: render template according to request format - @alovak.

v0.2.0

  • #10: Allow to use partials in Grape - @ichilton.
  • Stick to gem conventions - @LTe.
  • #13: Update for Grape 0.3 compatibility - @alovak.
  • Format fix - @LTe.

v0.1.0

  • Updated w/released Grape 0.2.3 - @dblock.
  • Added link to Rabl - @dblock.
  • Grape 0.2.x and put back dependency status - @dblock.
  • Grape 0.2.3 - @dblock.
  • Updated Grape dependency via .gemspec - @dblock.

v0.0.6

  • #6: Use Grape formatter syntax instead of monkey-patching - @dblock.
  • Close block code in README - @LTe.
  • Change home to user - @LTe.

v0.0.5

  • Respect default_format for rabl response - @LTe.

v0.0.4

  • Require grape/rabl - @LTe.

v0.0.3

  • Template without .rabl - @LTe.

v0.0.2

  • Add Travis - @LTe.
  • Remove ruby debug - @LTe.
  • Works with rubinius - @LTe.
  • Add dependency status - @LTe.

v0.0.1

  • Initial public release - @LTe.