mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 12:34:23 +00:00
7bd562e37e
* added loadFlattened. Fixes #117 * fixed an error where recursive nodes were not loaded properly into YamlNodes. * made dump with asNone raise an error when a cycle is encountered, instead of running into an endless loop.