v1.4.0
Enhancements
Structs used to represent nested attributes may now be decorated with jsonapi
annotations for marshaling, just as they could for unmarshaling, which can lead to more consistent types or better type reuse by @brandonc #28
Known issue: Nested object attributes decorated with json
no longer marshal as they did prior to release 1.4.0. A patch release will be created soon that maintains compatibility with json
annotations.