Skip to content

Tags: seagle0128/yaml

Tags

v2.2.1

Toggle v2.2.1's commit message
Use underlying float precision when formatting floats (go-yaml#353)

Currently, all float values are formatted using 64-bit, but that
incorrectly formats float32 values like 0.01 and 0.99.

See https://play.golang.org/p/jbseI1ivyMW for more context.

Fixes go-yaml#352.

v2.2.0

Toggle v2.2.0's commit message
Drop unnecessary explicit timestamp tags.

Fixes go-yaml#341.

v2.1.1

Toggle v2.1.1's commit message
tag v2.1.1

v2.1.0

Toggle v2.1.0's commit message
tag release 2.1.0

v2.0.0

Toggle v2.0.0's commit message
tag v2