-
-
Notifications
You must be signed in to change notification settings - Fork 195
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: goccy/go-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 24 files changed
- 6 contributors
Commits on Apr 11, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ee37df7 - Browse repository at this point
Copy the full SHA ee37df7View commit details
Commits on Apr 16, 2025
-
chore: clarify omitempty behaviour. (#696)
Fixes 0-1 steps from #695. Signed-off-by: bwplotka <bwplotka@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1e3460 - Browse repository at this point
Copy the full SHA d1e3460View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cd70dcf - Browse repository at this point
Copy the full SHA cd70dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ba1ba - Browse repository at this point
Copy the full SHA 82ba1baView commit details -
Signed-off-by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Configuration menu - View commit details
-
Copy full SHA for 2bc54da - Browse repository at this point
Copy the full SHA 2bc54daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484d028 - Browse repository at this point
Copy the full SHA 484d028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d830d0 - Browse repository at this point
Copy the full SHA 5d830d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0a7f2 - Browse repository at this point
Copy the full SHA 9d0a7f2View commit details
Commits on May 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55ca112 - Browse repository at this point
Copy the full SHA 55ca112View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0203d69 - Browse repository at this point
Copy the full SHA 0203d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 427b18e - Browse repository at this point
Copy the full SHA 427b18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b07c0d - Browse repository at this point
Copy the full SHA 4b07c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e61dcd0 - Browse repository at this point
Copy the full SHA e61dcd0View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 500180b - Browse repository at this point
Copy the full SHA 500180bView commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c430438 - Browse repository at this point
Copy the full SHA c430438View commit details
Commits on May 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 04f9bb5 - Browse repository at this point
Copy the full SHA 04f9bb5View commit details
Commits on May 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6a6c998 - Browse repository at this point
Copy the full SHA 6a6c998View commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f1c23f7 - Browse repository at this point
Copy the full SHA f1c23f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 680eea7 - Browse repository at this point
Copy the full SHA 680eea7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 52dacb8 - Browse repository at this point
Copy the full SHA 52dacb8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.1...v1.18.0