Skip to content

fkYAML version 0.2.2

Compare
Choose a tag to compare
@fktn-k fktn-k released this 27 Nov 13:45
· 377 commits to develop since this release

Summary

This release supports the UTF-8, UTF-16BE/LE, and UTF-32BE/LE encodings including BOMs in parsing YAML documents, and improved the contents of error messages by adding runtime information when exceptions are thrown.
Furthermore, bugs in the deserialization/serialization features have also been fixed.

CAVEAT

The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since implementation and maintenance has been/will be done by a single developer.
If you find a bug or wanted features, please open a discussion/issue to let me know.
Any kind of contribution is very much welcomed.

What's Changed

⚡ Improvements

  • #209 Support auto-detection of Unicode encoding types including BOMs #223 (fktn-k)
  • #214 Emit more descriptive errors #222 (fktn-k)
  • #209 support UTF-16 / UTF-32 for deserialization input characters #221 (fktn-k)

🐛 Bug Fixes

  • #218 Fixed lacking quotes & escapes during serializtion #220 (fktn-k)
  • #217 Fix parse errors on strings containing single quotes #219 (fktn-k)