Skip to content

1.11.1

Compare
Choose a tag to compare
@goccy goccy released this 14 Sep 03:26
· 107 commits to master since this release
264dc0f

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