What's Changed
New Features
- Add UseSingleQuote option by @vikstrous2 in #265
Fixed bugs
- Escape single quotes in single-quoted string by @martin-sucha in #256
- Fix minor typo in decodeInit error by @hasheddan in #264
- Preserve defaults while decoding nested structs by @Al2Klimov in #260
- Handle empty sequence entries by @tnthornton in #275
- Fix encoding of sequence with multiline string by @goccy in #276
- Fix encoding of BytesMarshaler type by @goccy in #277
- Fix indentState logic for multi-line value by @goccy in #278
New Contributors
- @martin-sucha made their first contribution in #256
- @hasheddan made their first contribution in #264
- @Al2Klimov made their first contribution in #260
- @tnthornton made their first contribution in #275
Full Changelog: v1.9.4...v1.9.5