Skip to content

Releases: fotinakis/jsonapi-serializers

v1.0.1

Choose a tag to compare

@fotinakis fotinakis released this 10 Jun 16:15
  • Fix compound relationships includes #116.

v1.0.0

Choose a tag to compare

@fotinakis fotinakis released this 08 Mar 17:27

Initial 1.0.0 release.

Things have been stable in this gem for a while, so we're tagging a 1.0.0 release after the recent performance fixes and since many people are using this in production. 🚀 It's safe to upgrade straight from the last version to here with no changes.

v0.16.2

Choose a tag to compare

@fotinakis fotinakis released this 08 Mar 06:54

Optimized certain repeated lookups.

Please upgrade! This includes a gigantic performance boost, 50-60% faster, especially with larger API responses.

v0.16.1

Choose a tag to compare

@fotinakis fotinakis released this 18 Oct 16:58

Fix bug with sparse fieldset attribute name handling.

v0.16.0

Choose a tag to compare

@fotinakis fotinakis released this 17 Oct 17:41

Support for sparse fieldsets.

v0.15.0

Choose a tag to compare

@fotinakis fotinakis released this 02 Sep 19:17

Added support for top-level jsonapi object. (#82)

v0.14.0

Choose a tag to compare

@fotinakis fotinakis released this 25 Jul 17:21

Added V1/V2 API namespace support.

v0.13.0

Choose a tag to compare

@fotinakis fotinakis released this 24 May 16:16

Add support for top level links.

v0.12.0

Choose a tag to compare

@fotinakis fotinakis released this 20 May 03:18

Exclude id in serialized payload when nil.

v0.11.0

Choose a tag to compare

@fotinakis fotinakis released this 27 Apr 17:04

Added ability to control links and data in relationships. #70