Commit Graph

2 Commits

Author SHA1 Message Date
D. Bohdan c6a45370c7 feat(yaml): switch from YAML 1.1 to YAML 1.2
Migrate from PyYAML to ruamel.yaml.

Drop support for `--sort-keys` for YAML output.

Replace the keyword argument `ordered` with `sort_keys`.
Create a dataclass for `yaml_options` arguments.
2024-02-13 19:51:42 +00:00
Felipe Gasper 9789af5f89 test(cbor): add another test
Update the README.
2020-03-13 16:41:20 +00:00