js-yaml v3.14.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • ๐Ÿ”„ 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.