#### v0.4.3 * [#44](https://github.com/ruby-grape/grape-rabl/issues/44): Don't require unused hashie - [@tsuwatch](https://github.com/tsuwatch). * [#44](https://github.com/ruby-grape/grape-rabl/issues/44): Support Ruby >= 2.2 - [@tsuwatch](https://github.com/tsuwatch). * [#45](https://github.com/ruby-grape/grape-rabl/pull/45): Added danger, PR linter - [@dblock](https://github.com/dblock). #### v0.4.2 * [#43](https://github.com/ruby-grape/grape-rabl/pull/43): Fix template caching for multiple formats - [@kushkella](https://github.com/kushkella). #### v0.4.1 * [#39](https://github.com/ruby-grape/grape-rabl/issues/39): Automatically require 'grape/rabl' - [@martinezcoder](https://github.com/martinezcoder). #### v0.4.0 * [#37](https://github.com/ruby-grape/grape-rabl/issues/37): Make grape-rabl thread-safe - [@kushkella](https://github.com/kushkella). #### v0.3.1 * [#35](https://github.com/ruby-grape/grape-rabl/issues/35): The `render` method will no longer modify endpoint options at runtime - [@yesmeck](https://github.com/yesmeck). #### v0.3.0 * [#22](https://github.com/ruby-grape/grape-rabl/pull/22): Enable using a layout template in Rabl - [@koko1000ban](https://github.com/koko1000ban). * Implemented Rubocop, Ruby style linter - [@dblock](https://github.com/dblock). * Removed JRuby support - [@dblock](https://github.com/dblock). * Enable using locals with `.render` - [@hobofan](https://github.com/hobofan). * Enable support for template caching - [@kushkella](https://github.com/kushkella). #### v0.2.2 * [#20](https://github.com/ruby-grape/grape-rabl/pull/20): Relaxed dependency on a specific version of Grape - [@cheef](https://github.com/cheef). #### v0.2.1 * [#11](https://github.com/ruby-grape/grape-rabl/pull/11): Fix: render template according to request format - [@alovak](https://github.com/alovak). #### v0.2.0 * [#10](https://github.com/ruby-grape/grape-rabl/pull/10): Allow to use partials in Grape - [@ichilton](https://github.com/ichilton). * Stick to gem conventions - [@LTe](https://github.com/lte). * [#13](https://github.com/ruby-grape/grape-rabl/pull/13): Update for Grape 0.3 compatibility - [@alovak](https://github.com/alovak). * Format fix - [@LTe](https://github.com/LTe). #### v0.1.0 * Updated w/released Grape 0.2.3 - [@dblock](https://github.com/dblock). * Added link to Rabl - [@dblock](https://github.com/dblock). * Grape 0.2.x and put back dependency status - [@dblock](https://github.com/dblock). * Grape 0.2.3 - [@dblock](https://github.com/dblock). * Updated Grape dependency via .gemspec - [@dblock](https://github.com/dblock). #### v0.0.6 * [#6](https://github.com/ruby-grape/grape-rabl/pull/6): Use Grape formatter syntax instead of monkey-patching - [@dblock](https://github.com/dblock). * Close block code in README - [@LTe](https://github.com/LTe). * Change home to user - [@LTe](https://github.com/LTe). #### v0.0.5 * Respect `default_format` for rabl response - [@LTe](https://github.com/LTe). #### v0.0.4 * Require `grape/rabl` - [@LTe](https://github.com/LTe). #### v0.0.3 * Template without `.rabl` - [@LTe](https://github.com/LTe). #### v0.0.2 * Add Travis - [@LTe](https://github.com/LTe). * Remove ruby debug - [@LTe](https://github.com/LTe). * Works with rubinius - [@LTe](https://github.com/LTe). * Add dependency status - [@LTe](https://github.com/LTe). #### v0.0.1 * Initial public release - [@LTe](https://github.com/lte).