js-yaml 3.14.0
[3.14.0] - 2020-05-22
Changed
- Support
safe/loadAll(input, options)variant of call. - CI: drop outdated nodejs versions.
- Dev deps bump.
Fixed
- Quote
=in plain scalars #519. - Check the node type for
!<?>tag in case user manually specifies it. - Verify that there are no null-bytes in input.
- Fix wrong quote position when writing condensed flow, #526.