Skip to content

Releases: goccy/go-yaml

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

1.13.4

03 Nov 12:34
2e63415
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.3...v1.13.4

1.13.3

02 Nov 10:30
9b2c456
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.2...v1.13.3

1.13.2

01 Nov 06:04
9fabf36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.13.2

1.13.1

31 Oct 09:26
ad223ff
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect colon indicator scanning by @semihbkgr in #485
  • Returns InvalidToken if scanner encounters error by @goccy in #486
  • Reuse context at Scanner by @goccy in #487
  • Support recursive anchor by @goccy in #489
  • Fix implicit null value before collect entry by @goccy in #490
  • Fix handling of invalid sequence by @goccy in #492
  • Fix invalid sequence at map context by @goccy in #493
  • Improve parser performance by @goccy in #494

New Contributors

Full Changelog: v1.13.0...v1.13.1

1.13.0

28 Oct 12:26
548bbc7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.12.1

1.12.0

16 Jul 10:44
237df0e
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated io/ioutil by @harryzcy in #429
  • support custom unmarshalling for map keys by @KSpaceer in #453
  • trim right spaces before adding carriage return or linefeed by @mfleader in #462
  • fix: Correct token.Tokenize double quoted strings with escape sequences handling by @nieomylnieja in #457
  • Fix decoding of scientific notation by @morris-kelly in #463
  • Quote is required even if it begins with backquote. by @k1LoW in #440

New Contributors

Full Changelog: v1.11.3...v1.11.4

1.11.3

26 Jan 07:45
31fe1ba
Compare
Choose a tag to compare

What's Changed

  • fix: remove any trailing empty lines if the block scalar has strip indicator by @zoncoen in #421

Full Changelog: v1.11.2...v1.11.3

1.11.2

15 Sep 15:34
0640a15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.1...v1.11.2

1.11.1

14 Sep 03:26
264dc0f
Compare
Choose a tag to compare

What's Changed

  • Handle \r in a double-quoted string the same as \n by @k1LoW in #372
  • chore: replace loop with n.Values = append(n.Values, target.Values...) by @testwill in #380
  • fix: skip encoding an inline field if it is null by @zoncoen in #386
  • Fix comment parsing with null value by @goccy in #388

New Contributors

Full Changelog: v1.11.0...v1.11.1