npm yaml 1.0.0-rc.3

latest releases: 2.4.2, 2.4.1, 2.4.0...
5 years ago
  • Refactor Document#resolveValue() into YAML.createNode().
  • Drop the internal doc reference from collections, and otherwise simplify the Map and Seq objects by separating out the parsing functions -- this should also make it easier to move or copy a collection between documents. Subsequently, directly calling .toString() on a Map or Seq will now get you a JSON representation of the object; for YAML output you'll need to stringify the whole document.
  • Bug fixes, including in particular #18 (reported by @zoroaster00).

Don't miss a new yaml release

NewReleases is sending notifications on new releases.