- [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 theCoffig
class will now return a fully evaluated YAML by default.