Skip to content

Tags: yaml/go-yaml

Tags

v2.4.4

Toggle v2.4.4's commit message
Replace gopkg.in/check.v1 with the standard testing library

Signed-off-by: Davanum Srinivas <[email protected]>

v4.0.0-rc.4

Toggle v4.0.0-rc.4's commit message
Simplify simple key tracking

Signed-off-by: Tim Ramlot <[email protected]>

v4.0.0-rc.3

Toggle v4.0.0-rc.3's commit message
Minimal fix for 2 Makefile bugs

'make test' was not working from a clean state.
'make clean' was not removing the go-yaml CLI.

v2.4.3

Toggle v2.4.3's commit message
Retract v2 tags that cannot be installed

v4.0.0-rc.2

Toggle v4.0.0-rc.2's commit message
Change error message about decoding into Go map

YAML allows sequences and mappings as a key for a mapping.
Go does not support slices or maps as a map key; and the default
decoder returns an error "yaml: invalid map key %#v". but i feel
that this error message is misleading and may cause the user to
think that it's an error in the document.

i updated the error message to be indicate this situation and ask
the user to try `yaml.Node`

v4.0.0-rc.1

Toggle v4.0.0-rc.1's commit message
Fix errors from alias/anchor with non alnum name

closes #44

v3.0.4

Toggle v3.0.4's commit message
Downgrade the go version number in go.mod

v3.0.3

Toggle v3.0.3's commit message
[v3] Fix the URL in the package documentation

v3.0.2

Toggle v3.0.2's commit message
[v3] Formalize new package name

go.yaml.in/yaml/v3

v2.4.2

Toggle v2.4.2's commit message
[v2] Fix the URL in the package documentation