This version of yaml
has been published to npm using the next
dist-tag, so install it with:
npm install --save-exact yaml@next
This release doesn't really do anything major, it's really just an accumulation of small things over the past few weeks.
New Features
- Add a new createNode option
aliasDuplicateObjects
(#299) - Add
clone()
methods to Document, Directives, Schema and all Nodes (#304)