Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: egon12/jsonapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: google/jsonapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 10 files changed
  • 6 contributors

Commits on Feb 26, 2020

  1. Update .travis.yml

    aren55555 authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c8283f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update README.md

    aren55555 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3e3da12 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    b862aa6 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    aren55555 authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f822737 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. doc.go: Fix gramma 'deserialzied' -> 'deserialized' (google#167)

    Matti Andreas Nielsen authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4fcdb63 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    aren55555 authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    471426f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. [FIX] Issue 176 (google#199)

    * fix(request): change the order of the resource data check to prioritise the type when unmarshalling
    - fixes google#176
    
    * tests(request): update the TestUnmarshalPayload_ptrsAllNil test that broke
    
    * Using %v instead of %s
    
    * Added a test case to demonstrate that this library follows the spec: covered the case where the incoming request payload is missing the `type` field, an error is expected.
    
    Co-authored-by: Aren Patel <git@arenpatel.com>
    quetzyg and aren55555 authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    b10ff4b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Add RFC3339 timestamp (google#201)

    @omarismail LGTM.
    
    I'm curious what you think about perhaps documenting these `iso8601` and `rfc3339` in the `Readme.md`? How did you find that this tag option/value existed? How can we make this better for others vs having to search the library implementation?
    omarismail authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    c0ee6d2 View commit details
    Browse the repository at this point in the history
  2. Revert "Add RFC3339 timestamp (google#201)" (google#203)

    This reverts commit c0ee6d2.
    aren55555 authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    5870214 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. RFC 3339 support for both Marshal and Unmarshal. (google#204)

    * RFC 3339 support for both Marshal and Unmarshal.
    
    * Post merge cleanup
    
    * Update request_test.go
    
    Co-authored-by: Quetzy Garcia <quetzy.garcia@integrate.com>
    
    * Spelling
    
    * Update request.go
    
    Co-authored-by: Quetzy Garcia <quetzy.garcia@integrate.com>
    
    * Simplify the ISO 8601 logic. No need for the const rfc3339TimeFormat use time.RFC3339 directly.
    
    Co-authored-by: Quetzy Garcia <quetzy.garcia@integrate.com>
    aren55555 and quetzyg authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    f3b4acf View commit details
    Browse the repository at this point in the history
  2. go mod init (google#205)

    aren55555 authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    1e07b10 View commit details
    Browse the repository at this point in the history
Loading