Sha256: 3dd2c288daa9685beec1810b7087114231e8657ad7b4d3e4d844359ec18fc2dd

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# ivy-serializers

See [changes since release][HEAD]

## [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.

[0.1.0]: https://github.com/IvyApp/ivy-serializers/tree/v0.1.0
[0.2.0]: https://github.com/IvyApp/ivy-serializers/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/IvyApp/ivy-serializers/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/IvyApp/ivy-serializers/compare/v0.3.0...v0.4.0
[HEAD]: https://github.com/IvyApp/ivy-serializers/compare/v0.4.0...master
[ivy-serializers-rails]: https://github.com/IvyApp/ivy-serializers-rails

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ivy-serializers-0.4.0 CHANGELOG.md