Releases: fotinakis/jsonapi-serializers
Releases · fotinakis/jsonapi-serializers
v1.0.1
- Fix compound relationships includes #116.
v1.0.0
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
Optimized certain repeated lookups.
Please upgrade! This includes a gigantic performance boost, 50-60% faster, especially with larger API responses.
v0.16.1
Fix bug with sparse fieldset attribute name handling.
v0.16.0
Support for sparse fieldsets.
v0.15.0
Added support for top-level jsonapi
object. (#82)
v0.14.0
Added V1/V2 API namespace support.
v0.13.0
Add support for top level links.
v0.12.0
Exclude id
in serialized payload when nil.
v0.11.0
Added ability to control links and data in relationships. #70