v0.14.6
- Add a
renderYaml
native function to the qbec VM to generate YAML output compatible withqbec fmt
. If this native
function is passed an array, it will render multiple YAML docs with separators. Top-level nils are ignored for output.
If you want an array value to be serialized as a single document, wrap it in a single-element array.