Skip to content

Releases: DataDog/jsonapi

v0.7.1

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

Changelog

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

v0.7.0

20 Apr 15:00
17cf08b
Compare
Choose a tag to compare

Changelog

  • 17cf08b Support server-side id generation by allowing omitempty primary tag (#25)

v0.6.0

20 Apr 14:10
ddf716a
Compare
Choose a tag to compare

Changelog

  • ddf716a Support encoding TextMarshaler and TextUnmarshaler (#24)

v0.5.0

18 Apr 15:14
4b43213
Compare
Choose a tag to compare

Changelog

v0.4.2

06 Mar 19:07
e6fcf85
Compare
Choose a tag to compare

Changelog

  • e6fcf85 Allow unmarshal to handle empty relationships (#18)

v0.4.1

28 Feb 20:57
20e618e
Compare
Choose a tag to compare

Changelog

  • 20e618e Marshal embedded structs and struct pointers (#16)

v0.4.0

27 Jan 18:18
283c5cf
Compare
Choose a tag to compare

Changelog

  • 283c5cf Make Error.Status an int for easier integration with http.StatusXXX (#14)
  • fa4fdd3 Support link objects for error link fields (#13)

v0.3.0

06 Jan 22:05
1128663
Compare
Choose a tag to compare

Changelog

  • 1128663 Implement the error interface and move error types to errors.go (#12)

v0.2.0

29 Nov 14:52
42b58ea
Compare
Choose a tag to compare

Changelog

  • 51b52fe Add client mode option for marshaling as a client (#10)
  • b4aabc6 Basic Unmarshal Relationship Support (#9)
  • c501c13 Fix typo in 3rd party license CSV (#4)
  • bf948cc Minor improvements to templates and README (#7)
  • 42b58ea Support unmarshal of include data into relationships (#11)

v0.1.3

01 Sep 16:57
5f8d237
Compare
Choose a tag to compare

Changelog

  • a5e01d0 Add a test to confirm unmarshaling w/o a client-side id works (#2)
  • 5f8d237 Add version/readiness information to the README (#3)