Skip to content

Releases: goccy/go-yaml

1.8.7

02 Feb 06:48
607728c
Compare
Choose a tag to compare

Changes

#194 #195

  • Return error when path not found
  • Support a new feature to help compare error instance

1.8.6

29 Jan 08:30
f6ab5cc
Compare
Choose a tag to compare
Merge pull request #192 from goccy/feature/fix-read-length

Reset read length at finished reading

1.8.5

21 Jan 12:18
7c371c2
Compare
Choose a tag to compare
Merge pull request #190 from go-vela/master

Allow ending document delimiter within tag values

1.8.4

13 Nov 04:32
bdb73b4
Compare
Choose a tag to compare
Merge pull request #179 from goccy/feature/fix-recursive-flow-style

Fix flow style for composite type

1.8.3

26 Oct 10:14
c48b2e8
Compare
Choose a tag to compare
v1.8.3

Merge pull request #167 from goccy/feature/support-json-marshaler-unm…

1.8.2

10 Sep 04:34
d2d6e68
Compare
Choose a tag to compare
v1.8.2

Merge pull request #160 from quasilyte/quasilyte/fix/parser_panic_on_…

1.8.1

28 Aug 06:29
cd8ac38
Compare
Choose a tag to compare
Merge pull request #157 from ondrej-fabry/patch-1

Update README.md

1.8.0

16 Jul 07:24
912026d
Compare
Choose a tag to compare
Merge pull request #140 from goccy/feature/support-new-apis

Add new convenient APIs

1.7.19

15 Jul 13:07
fc5218d
Compare
Choose a tag to compare
v1.7.19

Merge pull request #151 from goccy/feature/support-decoding-of-tag-an…

1.7.18

03 Jul 11:33
152a6fb
Compare
Choose a tag to compare
v1.7.18

Merge pull request #147 from itaischwartz/bugfix/fix-nested-struct-va…