Commit Graph

18 Commits

Author SHA1 Message Date
Aren Patel 471426f0d9
Update .travis.yml 2021-02-17 13:33:41 -08:00
Aren Patel f822737867
Update .travis.yml 2020-10-22 15:56:00 -07:00
ujjwalsh b862aa6e32
added support for linux on power (#195) 2020-10-22 15:54:02 -07:00
Aren Patel c8283f632f
Update .travis.yml 2020-02-25 16:29:10 -08:00
Sam Woodard 5307399ec1 add new go version to travis and remove oldest (#158) 2018-10-04 13:56:12 -07:00
Aren Patel 8127e1640e
Remove the script dir, the readme documents a way to run the example without using script/example. 2018-03-12 18:24:05 -07:00
Sam Woodard 1ac83a4625 Add go 1.10 to .travis.yml (#131) 2018-03-12 17:55:56 -07:00
Aren Patel 3e6ead0f9d
Test against 1.9 2017-09-05 11:11:09 -04:00
Aren Patel 4898d2ff2a Go 1.8 released today; dropping support for 1.6 2017-02-16 17:49:49 -08:00
Aren Patel 4ffe86f477 Travis calls script/test 2017-02-16 17:48:23 -08:00
Aren Patel baa7beb3f7 Update the go versions 2017-01-20 21:36:58 -08:00
Aren Patel 2cb19b89ed Skimata's null relationships + fixes (#62)
* Add support to nullify relationship; http://jsonapi.org/format/#document-resource-object-linkage

* Fixed: [null] is not valid as an empty relationship.

* add support for 'omitempty' on relationships; default behavior of marshalling empty/nil relations (i.e. w/o 'omitempty' tag) marshals with null data relation

* cleanup whitespace

* Added go 1.7 to test versions; fixed the marshaling of empty relations to return an empty array rather than a null/nil. Added a more robust test case for the marshaling of non omitted relations.

* Cleanup.

* Added a comment to UnmarshalMany

* Document the ‘omitempty’ annotation on a relation.

* Add common JSON API values as exported jsonapi pkg constants.
2017-01-20 16:13:04 -08:00
Sam Woodard a337a3bc9f update travis build versions 2016-04-10 05:06:41 -07:00
Sam Woodard fd92bd51ba add a go for travis ci to build with 2015-10-12 15:46:56 -07:00
Sam Woodard 509c75ed6b flag in the wrong the place 2015-10-12 15:41:05 -07:00
Sam Woodard 32ae501420 also run against go edge? 2015-07-14 08:37:53 -07:00
Sam Woodard c88ceb7802 specify go language 2015-07-13 11:31:28 -07:00
Sam Woodard 992c831f5e add travis.yml for build 2015-07-13 11:26:01 -07:00