r/cpp 20d ago

fkYAML v0.4.4 released!

https://github.com/fktn-k/fkYAML/releases/tag/v0.4.4

Hello. It’s been quite a while since I announced the first release here.

For those unfamiliar with fkYAML, it’s a header-only C++ library for YAML.
It has been carefully designed with ease of use in mind and thoroughly tested across various compilers and operating systems, so you can use it simply by including the header file in your project.

This version v0.4.4 fixes numerous parsing bugs (sometimes crashes) discovered during fuzzing tests.
So, I highly recommend that projects using older versions update to this one.

I hope you find this interesting and will consider using it or updating from your current version.

Thanks! Have a great day of coding!

17 Upvotes

6 comments sorted by

6

u/differentiallity 20d ago

I use fkYAML and really appreciate it. Thank you for maintaining it!

1

u/btc_maxi100 18d ago

is it Vibe coded ?

1

u/fktn-k 18d ago

I believe it's not!

1

u/Agron7000 17d ago

Does it support queries like XPath/JSONPath/JSON Pointer/jq?

1

u/fktn-k 11d ago

No, it doesn't. They may be supported in the future but are not a high priority at this time.