Releases: DataDog/jsonapi
Releases · DataDog/jsonapi
v0.7.1
Changelog
- 2111d9c fix: dont ignore options with nil value (#31)
v0.7.0
Changelog
- 17cf08b Support server-side id generation by allowing omitempty primary tag (#25)
v0.6.0
Changelog
- ddf716a Support encoding TextMarshaler and TextUnmarshaler (#24)
v0.4.2
Changelog
- e6fcf85 Allow unmarshal to handle empty relationships (#18)
v0.4.1
Changelog
- 20e618e Marshal embedded structs and struct pointers (#16)
v0.4.0
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
Changelog
- 1128663 Implement the error interface and move error types to errors.go (#12)
v0.2.0
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
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)