Skip to content

Releases: goccy/go-yaml

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

1.11.0

03 Apr 03:51
4052b05
Compare
Choose a tag to compare

What's Changed

  • Supports dynamically switch encode and decode processing for a given type by @goccy in #368

Full Changelog: v1.10.1...v1.11.0

1.10.1

28 Mar 09:08
1160c31
Compare
Choose a tag to compare

What's Changed

  • Quote YAML 1.1 bools at encoding time for compatibility with other legacy parsers by @mumoshu in #354
  • Update CI by @goccy in #364
  • Update Go Version by @goccy in #365
  • Don't trim all space characters in SequenceNode.blockStyleString by @martin-sucha in #361
  • Add support of 32-bit architecture by @ozraru in #350
  • Support strings starting with @ by @10io in #339

New Contributors

Full Changelog: v1.10.0...v1.10.1

1.10.0

01 Mar 08:03
11ad39b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.8...v1.10.0

1.9.8

19 Dec 05:38
6cdefc4
Compare
Choose a tag to compare

What's Changed

  • ast: append new line at the end of file by @kurochan in #329
  • Fix custom marshaler by @goccy in #333
  • Care map node by @goccy in #334
  • Fix behavior when struct fields conflicted by @goccy in #335
  • scanner: fix position calculation for literal, folded and raw folded strings by @efd6 in #330

New Contributors

Full Changelog: v1.9.7...v1.9.8

1.9.7

02 Dec 15:02
49dc308
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.6...v1.9.7

1.9.6

26 Oct 09:01
33858b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.5...v1.9.6