v1.0.0-rc.6
Pre-release
Pre-release
- Add support for YAML 1.0 and YAML 1.1, renaming
extended
schema asyaml-1.1
(note: YAML 1.0 prefix tags are parsed and stringified, but are not resolved) - Refactor the API a bit again, adding
parseDocument
& renamingparseDocuments
asparseAllDocuments
. This more closely matches the naming pattern used by other libraries. - Add
type
andformat
to content nodes, allowing for stringification control. - Add
keepBlobsInJSON
andkeepNodeTypes
options, both defaulting totrue
. - Split default options in
YAML.defaultOptions
andYAML.Document.defaults
, depending on YAML version dependence - Update to latest yaml-test-suite (now only four tests are broken in the upstream repo: yaml/yaml-test-suite#25, yaml/yaml-test-suite#27, yaml/yaml-test-suite#38, yaml/yaml-test-suite#39)
- Various minor bugfixes