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