Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 1.19 KB

ivy-serializers

See changes since release

0.4.0 / 2016-11-12

  • Drop Ruby 1.9 support.
  • Remove activesupport dependency in favor of inflecto.
  • 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 the ActiveModel::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.