npm yaml-loader 0.6.0

latest releases: 0.8.1, 0.8.0, 0.7.0...
4 years ago

Breaking Changes

  • Replace js-yaml dependency with yaml
    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 to prettyErrors: true
  • Throw rather than emit errors
  • Load only a subtree of the YAML file with namespace (#9)

Other Changes

  • chore: Update dependencies
  • ci: Add Travis CI testing
  • perf: Drop this.cacheable() call as obsolete
  • test: Add tests (#17)
  • docs: Update README.md (#21)
  • docs: Update LICENSE with "Copyright Eemeli Aro and other contributors"

Don't miss a new yaml-loader release

NewReleases is sending notifications on new releases.