This website requires JavaScript.
Explore
Help
Sign In
Preston_PLB
/
jsonapi
forked from
Mirrors/jsonapi
Watch
1
Star
0
Fork
You've already forked jsonapi
0
Code
Pull Requests
Activity
15abc3066a
jsonapi
/
.travis.yml
9 lines
78 B
YAML
Raw
Normal View
History
Unescape
Escape
add travis.yml for build
2015-07-13 14:26:01 -04:00
language
:
go
specify go language
2015-07-13 14:31:28 -04:00
go
:
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 19:13:04 -05:00
-
1.4
-
1.5
update travis build versions
2016-04-10 08:06:41 -04:00
-
1.6
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 19:13:04 -05:00
-
1.7
also run against go edge?
2015-07-14 11:37:53 -04:00
-
tip
flag in the wrong the place
2015-10-12 18:41:05 -04:00
script
:
go test -v .