Skip to content

Releases: goccy/go-yaml

1.14.3

15 Nov 10:01
69159b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3

1.14.2

15 Nov 00:30
d7847db
Compare
Choose a tag to compare

What's Changed

  • Fix invalid token error by @goccy in #536
  • Fix parsing of tab character in double-quote by @goccy in #538

Full Changelog: v1.14.1...v1.14.2

1.14.1

14 Nov 07:02
271213a
Compare
Choose a tag to compare

What's Changed

  • Fix comment position of map node has multiple values by @goccy in #532
  • Fix error by @goccy in #535

Full Changelog: v1.14.0...v1.14.1

1.14.0

13 Nov 09:49
9c6665c
Compare
Choose a tag to compare

What's Changed

  • Support to disallow duplicate map key at parsing by @goccy in #531

Breaking Changes

Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the parser.AllowDuplicateMapKey() option.
Similarly, during Decode, it will also throw an error by default. To keep the previous behavior, specify the yaml.AllowDuplicateMapKey() option when decoding.

Also, yaml.DisallowDuplicateKey option is deprecated.

Full Changelog: v1.13.10...v1.14.0

1.13.10

13 Nov 09:20
4385176
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.9...v1.13.10

1.13.9

13 Nov 04:11
cab4364
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.8...v1.13.9

1.13.8

12 Nov 01:40
3fa49bf
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of invalid map key by @goccy in #520
  • Fix parsing of escaped new-line-character or white-space in double quote text by @goccy in #521
  • Fix validation of map at flow mode by @goccy in #523

Full Changelog: v1.13.7...v1.13.8

1.13.7

10 Nov 11:14
8f36c1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.6...v1.13.7

1.13.6

06 Nov 09:22
9ffa159
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.5...v1.13.6

1.13.5

05 Nov 06:41
7edcf34
Compare
Choose a tag to compare

What's Changed

  • Fix flow map node by @goccy in #505
  • Support suffix keyword for document header option by @goccy in #506

Full Changelog: v1.13.4...v1.13.5