Skip to content

fkYAML version 0.3.3

Compare
Choose a tag to compare
@fktn-k fktn-k released this 31 Mar 10:54
· 123 commits to develop since this release

Summary

This release adds a new basic_node API, at(), which validates before either (1) that the specified key exists in the mapping or (2) that the specified index is less than the current size of the sequence before accessing the target node.
Several bugs bugs in the deserialization feature have also been fixed.
In addition, refactoring of the deserializer has improved the handling of input characters.

What's Changed

✨ New Features

⚡ Improvements

  • Further improvements of input handlings by @fktn-k in #301
  • Fixed warnings and made future warnings as errors by @fktn-k in #300
  • Improve handling UTF encoded inputs by @fktn-k in #296
  • modied the way of formatting error messages for exception objects by fktn-k in #291

🐛 Bug Fixes

🤖 CI

  • Resolve warnings against using Node.js 16 by @fktn-k in #290

🧑‍🤝‍🧑 Community

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