0.4.0 / 2016-11-12
- Drop Ruby 1.9 support.
- Remove
activesupport
dependency in favor ofinflecto
. - Change
included
into an array, per the JSON-API spec.
0.3.0 / 2015-06-05
- Gracefully handle
nil
in belongs-to relationships. - Update JSON-API format for 1.0.
- Always include an
id
attribute for all resources, per JSON-API spec.
0.2.0 / 2015-05-05
- Fixes a bug where the JSON-API format wouldn't use the
:data
key as the top-level when rendering a collection, and ensures that theActiveModel::Serializers
format uses a singular key when rendering an individual resource. - Extract Rails integration into ivy-serializers-rails.
0.1.0 / 2015-05-01
- Initial release.