# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.17.0] - 2018-08-14 ### Added - Added support for `fields` parameter to renderizable according to jsonapi spec ## [0.16.2] - 2018-08-14 ### Fixed - Fixed broken JsonApiToolbox::Service ## [0.16.1] - 2018-08-14 ### Fixed - Fixed warning when payload body is a hash at JsonApiToolbox::Service ## [0.16.0] - 2018-08-14 ### Added - Added method `.put` to JsonApiToolbox::Service ## [0.15.1] - 2018-07-02 ### Fixed - Fixed headers Content-Type in post method at JsonApiToolbox::Service ## [0.15.0] - 2018-06-15 ### Added - Added method `.patch` to JsonApiToolbox::Service ## [0.14.0] - 2018-05-02 ### Changed - Removing 'includes' attributes when calling without any 'includes' parameter - Using payload as headers on GET's so its passed by query string ## [0.13.0] - 2018-05-02 ### Added - Added error details on exception renderizable - Added exception log ## [0.12.1] - 2018-04-04 ### Fixed - Bug fix proxy at Service class ## [0.12.0] - 2018-04-03 ### Added - Added JsonApi default exception renderizable ## [0.11.2] - 2018-03-14 ### Fixed - Fixed rspec dependency - Fixed CHANGELOG ## [0.11.1] - 2018-03-14 ### Fixed - Fixed rspec dependency ## [0.11.0] - 2018-03-08 ### Added - Added default Service class to call services that responds with jsonapi pattern ## [0.10.0] - 2018-01-12 ### Added - Added Serializable Version - Added jsonapi_class method at Renderizable, to render versions on controllers ## [0.9.0] - 2018-01-09 ### Added - Added arguments on serializable jobs ## [0.8.1] - 2017-12-19 ### Changed - Fix Serializable calls ## [0.8.0] - 2017-12-15 ### Added - Added Module Paginable with pagination links and meta ## [0.7.2] - 2017-12-13 ### Changed - Fix total-count render ## [0.7.1] - 2017-12-11 ### Changed - Fix rspec required on shared_examples ## [0.7.0] - 2017-12-11 ### Added - Added Enum Serializable - Added Job Serializable - Added shared example "a json api response" - Added meta response count for all index routes