You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fixed a bug where serialize didn't write out empty vectors and mappings (#456, @johan-gson)
Add test cases for serializing empty collection nodes (#457, @fktn-k)
Fix: made sure that empty documents just serialize to [] or {} (#460, @johan-gson)
Add test cases for serializing root empty collections (#461, @fktn-k)
🤖 CI
Update workflow jobs for release artifacts (#447, @fktn-k)
Adds new release artifacts (fkYAML_min.zip, fkYAML_min.tgz) which contain minimum required files for CMake. (roughly the top CMakeLists.txt & include|single_include directories)
They reduces the cost of downloading unnecessary files for a client app by using the CMake FetchContent module.