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: goccy/go-yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: goccy/go-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 20 commits
  • 24 files changed
  • 6 contributors

Commits on Apr 11, 2025

  1. feat: add global OmitEmpty encoding option (#691)

    Thanks for an amazing project! Go ecosystem struggle (e.g. GoogleCloudPlatform/prometheus-engine#1629)
    with 3P types that lack a good marshalling practices. Many project have
    config structs only designed for parsing. See #306
    for the detailed motivation.
    
    Fixes: #306
    
    The feature mechanism is simple -- we ignore struct tag setting for omitempty.
    We assume it's always 'omitempty' if yaml.OmitEmpty() setting is set.
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    ee37df7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. chore: clarify omitempty behaviour. (#696)

    Fixes 0-1 steps from #695.
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    d1e3460 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    cd70dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ba1ba View commit details
    Browse the repository at this point in the history
  3. Tidy benchmarks/go.mod (#686)

    Signed-off-by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
    eikemeier authored May 5, 2025
    Configuration menu
    Copy the full SHA
    2bc54da View commit details
    Browse the repository at this point in the history
  4. remove testmod task (#715)

    goccy authored May 5, 2025
    Configuration menu
    Copy the full SHA
    484d028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d830d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0a7f2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    55ca112 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    0203d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427b18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b07c0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e61dcd0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. support implicit null (#727)

    goccy authored May 8, 2025
    Configuration menu
    Copy the full SHA
    500180b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Support omitzero (#729)

    goccy authored May 22, 2025
    Configuration menu
    Copy the full SHA
    c430438 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. feat: Dont make copies of structs for validation (#737)

    * feat: Dont make copies of structs for validation
    
    * Remove the unnecessary if statement and its corresponding unit tests
    
    ---------
    
    Co-authored-by: Pavel Pletenev <cpp.create@gmail.com>
    shuheiktgw and asmfreak authored May 23, 2025
    Configuration menu
    Copy the full SHA
    04f9bb5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    6a6c998 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    f1c23f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680eea7 View commit details
    Browse the repository at this point in the history
  3. Update custom marshaler and unmarshaler to accept context (#745)

    * feat: Update custom marshaler and unmarshaler to accept context
    
    * Add tests for custom marshaler and unmarshaler with context
    pgeiem authored May 29, 2025
    Configuration menu
    Copy the full SHA
    52dacb8 View commit details
    Browse the repository at this point in the history
Loading