Releases: DataDog/jsonapi
Releases · DataDog/jsonapi
v0.10.0
Changelog
- 57908f9 Add documentation link for UnmarshalLinks option (#58)
- 9b970d9 Add support for unmarshalling top-level links (#56)
- bfd6611 Upgrade all github actions (#57)
v0.8.6
Changelog
- 7fcf2ea Add support for unmarshalling embedded structs with relationships (#52)
- 255b6ab Skip unmarshalAttributes if there are no attributes (#53)
v0.8.5
Changelog
- 3a88ca9 Pass clientMode when creating a relationship marshaler (#50)
- e241740 doc: fix the link to the include documentation (#49)
v0.8.4
Changelog
- e2140a3 validateJSONMemberNames: Skip Unmarshal when validation disabled (#47)
v0.8.2
Changelog
- 74c43ef Allow all-lowercase as a strict name (#43)
v0.8.1
Changelog
- e8fc79d Fix empty relationship data array unmarshal (#41)
v0.8.0
Changelog
- b3c2184 Add benchmark tests for complex slice (#38)
- a3ed5bc Add default name validation options and fix README (#37)
- 3d76dd3 Fix Unmarshaling of relationships with only links (#35)
v0.7.2
Changelog
- 5726dcb Support empty array unmarshaling (#27)
- 8f803cc feat: add json.Unmarshaler implementation to Error struct (#29)