All Versions
73
Latest Version
Avg Release Cycle
82 days
Latest Release
1099 days ago

Changelog History
Page 2

  • v3.10.0 Changes

    September 11, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix condenseFlow output (quote keys for sure, instead of spaces), #371, #370.
    • Dump astrals as codepoints instead of surrogate pair, #368.
  • v3.9.1 Changes

    July 30, 2017

    ๐Ÿ›  Fixed

    • Ensure stack is present for custom errors in node 7.+, #351.
  • v3.9.0 Changes

    July 08, 2017

    โž• Added

    • โž• Add condenseFlow option (to create pretty URL query params), #346.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support array return from safeLoadAll/loadAll, #350.
  • v3.8.4 Changes

    May 08, 2017

    ๐Ÿ›  Fixed

    • Dumper: prevent space after dash for arrays that wrap, #343.
  • v3.8.3 Changes

    April 05, 2017

    ๐Ÿ›  Fixed

    • Should not allow numbers to begin and end with underscore, #335.
  • v3.8.2 Changes

    March 02, 2017

    ๐Ÿ›  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.
  • v3.8.1 Changes

    February 07, 2017

    ๐Ÿ”„ Changed

    • โšก๏ธ Maintenance: update browserified build.
  • v3.8.0 Changes

    February 07, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix reported position for duplicated mapping key errors. Now points to block start instead of block end. (#243, thanks to @shockey).
  • v3.7.0 Changes

    November 12, 2016

    โž• Added

    • ๐Ÿ‘Œ Support polymorphism for tags (#300, thanks to @monken).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix parsing of quotes followed by newlines (#304, thanks to @dplepage).
  • v3.6.1 Changes

    May 11, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix output cut on a pipe, #286.