Skip to content

v0.14.6

Compare
Choose a tag to compare
@gotwarlost gotwarlost released this 16 Aug 16:50
· 46 commits to main since this release
v0.14.6
  • Add a renderYaml native function to the qbec VM to generate YAML output compatible with qbec 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.