Skip to content

Releases: go-faster/yaml

v0.3.7

24 Oct 09:20
0d897b4
Compare
Choose a tag to compare

What's Changed

  • fix: handle encoding of interface values correctly by @tdakkota in #30
  • fix: use IsZero method to check if value has zero value by @tdakkota in #33

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Sep 19:09
78f4f70
Compare
Choose a tag to compare

What's Changed

  • fix: add brackets if tag is only !! by @tdakkota in #27
  • fix: unmarshal inlined map of *yaml.Node correctly by @tdakkota in #28

Full Changelog: v0.3.5...v0.3.6

v0.3.5

17 Aug 16:18
47e9746
Compare
Choose a tag to compare

What's Changed

  • fix: allow more characters in aliases and anchor names by @tdakkota in #26

Full Changelog: v0.3.4...v0.3.5

v0.3.4

16 Aug 15:57
a5ca84f
Compare
Choose a tag to compare

What's Changed

  • test: populate EncodeDecodeString corpus with some edge cases by @tdakkota in #24
  • fix: do not escape some unicode characters by @tdakkota in #25

Full Changelog: v0.3.3...v0.3.4

v0.3.3

11 Aug 18:21
cc8887c
Compare
Choose a tag to compare

What's Changed

  • fix: emit break after folded scalar start by @tdakkota in #23

Full Changelog: v0.3.2...v0.3.3

v0.3.2

08 Aug 12:43
d561ae6
Compare
Choose a tag to compare

What's Changed

  • fix: assert that map key type is hashable by @tdakkota in #21

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Aug 06:01
339a7c0
Compare
Choose a tag to compare

What's Changed

  • fix: return original writer/reader error if any by @tdakkota in #16
  • fix: handle tab in scalars correctly by @tdakkota in #17
  • fix: emit break after literal scalar start by @tdakkota in #18

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Aug 08:49
ae9e355
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Jul 14:07
74f1d5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Jul 14:04
ae93205
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0