Skip to content

Tags: goccy/go-yaml

Tags

v1.15.23

Toggle v1.15.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix encoding of string that contains "- " (#657)

* fix encoding of string that contains "- "

* fix test case

v1.15.22

Toggle v1.15.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix format with empty value (#654)

v1.15.21

Toggle v1.15.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix format indent (#653)

* fix indent of formatted text

* add space to origin buffer for implicit null token

v1.15.20

Toggle v1.15.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix format with alias (#648)

* fix format with alias

v1.15.19

Toggle v1.15.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix format with comment (#645)

v1.15.18

Toggle v1.15.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add node formatter (#644)

v1.15.17

Toggle v1.15.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix comment map (#635)

v1.15.16

Toggle v1.15.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix indentation for raw string newlines (#625)

#292

v1.15.15

Toggle v1.15.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix flow sequence with map (#620)

v1.15.14

Toggle v1.15.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tag with flow sequence (#618)

* fix tag with flow sequence

* fix lint error