NimYAML/yaml
Felix Krause 5f7677d914 Improved presenter.
* added maxLineLength to PresentationOptions. Fixes #119
 * write a newline to the end of the document.
   required for the output files to be POSIX-compliant text files.
   also improves QoL when dumping to stdout.
2022-09-07 15:15:55 +02:00
..
private Change logic to prevent early doc end state (#115) 2022-07-10 18:14:07 +02:00
annotations.nim Change serialization to omit `none(T)` fields of sparse objects (#100) 2021-10-22 17:54:40 +02:00
data.nim all tests green again 2020-11-10 19:07:46 +01:00
dom.nim replace shallowCopy for ARC/ORC 2022-08-29 16:30:26 +02:00
hints.nim fixes #93 2021-05-18 00:31:47 +02:00
parser.nim updated tests, fixed problems 2021-10-22 17:42:48 +02:00
presenter.nim Improved presenter. 2022-09-07 15:15:55 +02:00
serialization.nim Deprecated DOM API, YamlNode now supported by serialization API 2022-06-05 12:27:19 +02:00
stream.nim replace shallowCopy for ARC/ORC 2022-08-29 16:30:26 +02:00
taglib.nim fixes #93 2021-05-18 00:31:47 +02:00
tojson.nim replace shallowCopy for ARC/ORC 2022-08-29 16:30:26 +02:00