Releases: goccy/go-yaml
Releases · goccy/go-yaml
1.15.20
1.15.19
1.15.18
What's Changed
- Fix toString for TagNode by @LarsStegman in #633
- fixed typo in ycat install example by @brammeleman in #640
- Add node formatter by @goccy in #644
New Contributors
- @brammeleman made their first contribution in #640
Full Changelog: v1.15.17...v1.15.18
1.15.17
1.15.16
What's Changed
- Fix flow-mapping-edge-cases by @goccy in #621
- refactor: remove unused Anchor field from MappingValueNode by @nikpivkin in #624
- fix: typo
cloud
->could
in path.go by @rriski in #628 - Fix comment map at decoding by @goccy in #632
- fix: empty document should not panic on String() by @bcho in #630
- Fix indentation for raw string newlines by @shuheiktgw in #625
New Contributors
Full Changelog: v1.15.15...v1.15.16
1.15.15
1.15.14
What's Changed
- Fix sequence value for merge key by @goccy in #603
- Fix encoding with map key contains colon character by @goccy in #604
- Fix encoding of anchor and alias by @goccy in #605
- Remove mention of removed option DisallowDuplicateKey by @sirikon in #609
- Add playground by @goccy in #611
- issue-281: add tests and fix panic for * by @ivankatliarchuk in #615
- chore: move dev deps to dev group by @nikpivkin in #613
- fix(parser): inconsistent paths single-line MappingKeyValueNode by @LarsStegman in #612
- Fix tag with flow sequence by @goccy in #618
New Contributors
- @sirikon made their first contribution in #609
- @ivankatliarchuk made their first contribution in #615
- @nikpivkin made their first contribution in #613
- @LarsStegman made their first contribution in #612
Full Changelog: v1.15.13...v1.15.14
1.15.13
1.15.12
What's Changed
- Fix code format by @shuheiktgw in #594
- Add nil guard by @goccy in #600
Full Changelog: v1.15.11...v1.15.12