Skip to content

Releases: fotinakis/jsonapi-serializers

v1.0.1

10 Jun 16:15
Compare
Choose a tag to compare
  • Fix compound relationships includes #116.

v1.0.0

08 Mar 17:27
Compare
Choose a tag to compare

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

08 Mar 06:54
Compare
Choose a tag to compare

Optimized certain repeated lookups.

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

v0.16.1

18 Oct 16:58
Compare
Choose a tag to compare

Fix bug with sparse fieldset attribute name handling.

v0.16.0

17 Oct 17:41
Compare
Choose a tag to compare

Support for sparse fieldsets.

v0.15.0

02 Sep 19:17
Compare
Choose a tag to compare

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

v0.14.0

25 Jul 17:21
Compare
Choose a tag to compare

Added V1/V2 API namespace support.

v0.13.0

24 May 16:16
Compare
Choose a tag to compare

Add support for top level links.

v0.12.0

20 May 03:18
Compare
Choose a tag to compare

Exclude id in serialized payload when nil.

v0.11.0

27 Apr 17:04
Compare
Choose a tag to compare

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