Releases: goccy/go-yaml
Releases · goccy/go-yaml
1.16.0
What's Changed
- Keep reference of anchor's value by @goccy in #660
- Support smart anchor option by @goccy in #662
- Add AutoInt option by @shuheiktgw in #671
- encodeMap() error handling and TestEncoder_UnmarshallableTypes() by @dorencambia in #674
- Fix tab character handling ( if ignore the tab character, do not increment the column number ) by @goccy in #676
New Contributors
- @dorencambia made their first contribution in #674
Full Changelog: v1.15.23...v1.16.0
1.15.23
1.15.22
1.15.21
What's Changed
- Fix handling of TextUnmarshaler by @goccy in #649
- Fix string representation of MappingNode in flow style by @semihbkgr in #623
- Make UseSingleQuote compliant with the YAML spec by @mumoshu in #647
- Fix format indent by @goccy in #653
Full Changelog: v1.15.20...v1.15.21
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