Skip to content

Releases: go-faster/yaml

v0.4.6

27 Apr 11:35
74c4493
Compare
Choose a tag to compare

What's Changed

  • fix: validate UTF-8 inside tag during parsing by @tdakkota in #54
  • ci: use dependency review action by @tdakkota in #56
  • fix: emit whitespace after comment by @tdakkota in #57
  • fix: require a space character between flow ending and comment by @tdakkota in #59
  • fix: use explicit key mapping for flow keys by @tdakkota in #61
  • fix: use explicit key mapping for alias keys by @tdakkota in #62
  • fix: put indentation before tag of block mapping by @tdakkota in #63

Full Changelog: v0.4.5...v0.4.6

v0.4.5

12 Apr 10:29
01c0d21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

11 Apr 04:18
29cddc6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

27 Mar 18:48
cbdfef6
Compare
Choose a tag to compare

Rename

Full Changelog: v0.4.2...v0.4.3

v0.4.3-alpha.1

27 Mar 18:46
cbdfef6
Compare
Choose a tag to compare
v0.4.3-alpha.1 Pre-release
Pre-release
chore: more renames

v0.4.3-alpha.0

27 Mar 18:45
98da9dd
Compare
Choose a tag to compare
v0.4.3-alpha.0 Pre-release
Pre-release
chore: rename

v0.4.2

25 Mar 02:35
953ced4
Compare
Choose a tag to compare

What's Changed

  • fix: disallow only YAML space characters in anchor names by @tdakkota in #42
  • fix: check CanInterface before using Interface by @tdakkota in #48

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 Dec 15:01
7cd1be7
Compare
Choose a tag to compare

What's Changed

  • fix: move recursive alias handling to parser by @tdakkota in #41

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Dec 23:52
a443d26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.4.0

v0.3.8

28 Oct 15:24
e0a2cd6
Compare
Choose a tag to compare

What's Changed

  • fix: do not panic on key conflict, return an error instead by @tdakkota in #34
  • fix: implement key comparison correctly by @tdakkota in #35

Full Changelog: v0.3.7...v0.3.8