Skip to content

Releases: DataDog/jsonapi

v0.10.0

31 Jul 17:20
57908f9
Compare
Choose a tag to compare

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

14 Mar 19:27
7fcf2ea
Compare
Choose a tag to compare

Changelog

  • 7fcf2ea Add support for unmarshalling embedded structs with relationships (#52)
  • 255b6ab Skip unmarshalAttributes if there are no attributes (#53)

v0.8.5

06 Feb 16:35
3a88ca9
Compare
Choose a tag to compare

Changelog

  • 3a88ca9 Pass clientMode when creating a relationship marshaler (#50)
  • e241740 doc: fix the link to the include documentation (#49)

v0.8.4

06 Nov 17:05
e2140a3
Compare
Choose a tag to compare

Changelog

  • e2140a3 validateJSONMemberNames: Skip Unmarshal when validation disabled (#47)

v0.8.3

06 Jun 16:12
76a22db
Compare
Choose a tag to compare

Changelog

v0.8.2

24 May 20:22
74c43ef
Compare
Choose a tag to compare

Changelog

  • 74c43ef Allow all-lowercase as a strict name (#43)

v0.8.1

24 May 18:04
e8fc79d
Compare
Choose a tag to compare

Changelog

  • e8fc79d Fix empty relationship data array unmarshal (#41)

v0.8.0

19 May 14:58
3d76dd3
Compare
Choose a tag to compare

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

04 May 17:33
5726dcb
Compare
Choose a tag to compare

Changelog

  • 5726dcb Support empty array unmarshaling (#27)
  • 8f803cc feat: add json.Unmarshaler implementation to Error struct (#29)

v0.7.1

02 May 17:40
2111d9c
Compare
Choose a tag to compare

Changelog

  • 2111d9c fix: dont ignore options with nil value (#31)