Skip to content

Releases: goccy/go-yaml

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

1.9.5

12 Jan 10:53
e4f32a2
Compare
Choose a tag to compare

What's Changed

New Features

Fixed bugs

New Contributors

Full Changelog: v1.9.4...v1.9.5