Skip to content

Releases: goccy/go-yaml

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

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