Releases: goccy/go-yaml
Releases · goccy/go-yaml
1.15.10
What's Changed
- Replace fmt.Sprint with faster alternatives by @alexandear in #555
- Fix displaying testable example on pkg.go.dev by @alexandear in #587
- Fix parsing of multi line text by @goccy in #590
- Fix parsing of invalid tag character by @goccy in #591
- Fix parsing of tab characters by @goccy in #592
New Contributors
- @alexandear made their first contribution in #555
Full Changelog: v1.15.9...v1.15.10
1.15.9
What's Changed
- Fix parsing of multiline mapping key by @goccy in #579
- Fix plain-url-in-flow-mapping by @goccy in #580
- Fix scalar-value-with-two-anchors by @goccy in #581
- Fix parsing of literal header option by @goccy in #582
- Fix node-anchor-not-indented by @goccy in #584
- fix typo in CharacterType by @nekrassov01 in #585
- Fix quotation for timestamps by @shuheiktgw in #515
New Contributors
- @nekrassov01 made their first contribution in #585
Full Changelog: v1.15.8...v1.15.9
1.15.8
1.15.7
What's Changed
- Fix a bug ast.Merge removes comments from SequenceNode by @suzuki-shunsuke in #570
- Fix unknown secondary tag behavior by @goccy in #572
New Contributors
- @suzuki-shunsuke made their first contribution in #570
Full Changelog: v1.15.6...v1.15.7
1.15.6
1.15.5
1.15.4
What's Changed
Pass 300 tests of YAML Test Suite 🎉
- Details:
total:[402] passed:[300] failure:[102] passedRate:[74.626862%]
We’ve finally surpassed go-yaml/yaml.
- gopkg.in/yaml.v3:
total:[402] passed:[295] failure:[107] passedRate:[73.383087%]
Full Changelog: v1.15.3...v1.15.4