Skip to content

v3.1.8

Latest
Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 23 Jul 11:35
f868deb
  • [new] Support returning tree nodes from functions, allowing to pass subtrees between functions.
  • [new] A new safeValue() function allows to obtain the value of a node without any exception being raised. If an
    error occurs it is returned as the value.
  • [new] The toString() method on the Coffig class will now return a fully evaluated YAML by default.