js-yaml v3.8.2 Release Notes

Release Date: 2017-03-02 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix !!float 123 (integers) parse, #333.
    • Don't allow leading zeros in floats (except 0, 0.xxx).
    • ๐Ÿ‘ Allow positive exponent without sign in floats.