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: wI2L/jettison Loading
base: v0.2.0
Choose a base ref
...
head repository: wI2L/jettison Loading
compare: v0.2.1
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    a37a351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb35cdc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. fix: tagged struct fields must dominate untagged fields

    Whether a struct field is tagged must be resolved using
    the value of the field's json tag before fallbacking to
    the field name, in case the former is empty.
    wI2L committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f4ef02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7666d00 View commit details
    Browse the repository at this point in the history
  3. fix: refactor instructions for json and encoding marshaler types

    Ensure that even if a nil interface is passed in, as long as
    it implements the json.Marshaler or the encoding.TextMarshaler
    interface, it is marshaled using the value returned by the
    method implemented.
    
    Comply with encoding/json behavior for pointer vs non-pointer
    receiver types.
    wI2L committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6d9e6cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe0a1ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b8708 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    872579a View commit details
    Browse the repository at this point in the history
Loading