Releases: eemeli/yaml-loader
Releases · eemeli/yaml-loader
v0.8.1
v0.8.0
v0.7.0
v0.6.0
Breaking Changes
-
Replace
js-yaml
dependency withyaml
It's possible that js-yaml has been parsing some invalid YAML as actually valid, so there's a chance that not absolutely everything will work as previously. -
Drop output JSON prettification
This changes the appearance of the loader's output, as it's no longer multiline and tab-indented.
New Features
- Add
asStream
option (#20) - Support
YAML.parse
options, default toprettyErrors: true
- Throw rather than emit errors
- Load only a subtree of the YAML file with
namespace
(#9)