- remove use of
ajv
for fallback schema validation
New properties on the options
object:
fetch
- to override the built-infetch
functionfetchOptions
- additional options to be passed to thefetch
function
- Converter will now error out if passed in input containing YAML anchors/aliases. To bypass this check, pass the
--anchors
option or setoptions.anchors
totrue
. - Validator method
validateSync
has now been renamedvalidateInner
as it (still) returns a Promise or calls a given callback.