Skip to content

Tags: goccy/go-yaml

Tags

v1.15.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cast process for decoding of anchor value (#602)

* add test case

* fix cast process for decoding of anchor value

v1.15.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add nil guard (#600)

v1.15.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix invalid path (#598)

v1.15.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parsing of tab characters (#592)

* fix parsing of tab characters

* fix parsing of tab indent in double-quote

* fix parsing of tab indent in single quote

v1.15.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix quotation for timestamps (#515)

Co-authored-by: shuheiktgw <s-kitagawa@mercari.com>

v1.15.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parsing of directive value (#578)

* fix directive

* fix tag value handling

* remove passed test cases

* add comment

v1.15.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unknown secondary tag behavior (#572)

* fix unknown secondary tag behavior

* fix test case

v1.15.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix panic when parsing unattached comment (#565)

* Fix panic when parsing unattached comment

---------

Signed-off-by: Charith Ellawala <charith@cerbos.dev>

v1.15.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support utf-16 surrogate pair (#564)

v1.15.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parser (#557)

* fix document separator with directive

* fix number value with local tag

* fix decoding string for null value

* fix single pair flow mapping

* fix test case

* fix plain lines with tab indent

* fix test case

* fix sequence with null

* fix test case

* fix invalid map-value