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

Changelog History
Page 5

  • v3.2.3 Changes

    November 08, 2014

    ๐Ÿ›  Fixed

    • Implemented dumping of objects with circular and cross references.
    • ๐Ÿ‘€ Partially fixed aliasing of constructed objects. (see issue #141 for details)
  • v3.2.2 Changes

    September 07, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed infinite loop on unindented block scalars.
    • Rewritten base64 encode/decode in binary type, to keep code licence clear.
  • v3.2.1 Changes

    August 24, 2014

    ๐Ÿ›  Fixed

    • Nothig new. Just fix npm publish error.
  • v3.2.0 Changes

    August 24, 2014

    โž• Added

    • โž• Added input piping support to CLI.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed typo, that could cause hand on initial indent (#139).
  • v3.1.0 Changes

    July 07, 2014

    ๐Ÿ”„ Changed

    • 1.5x-2x speed boost.
    • โœ‚ Removed deprecated require('xxx.yml') support.
    • ๐Ÿ”จ Significant code cleanup and refactoring.
    • โšก๏ธ Internal API changed. If you used custom types - see updated examples. Others are not affected.
    • Even if the input string has no trailing line break character, it will be parsed as if it has one.
    • โž• Added benchmark scripts.
    • ๐Ÿšš Moved bower files to /dist folder
    • ๐Ÿ›  Bugfixes.
  • v3.0.2 Changes

    February 27, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug: "constructor" string parsed as null.
  • v3.0.1 Changes

    December 22, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed parsing of literal scalars. (issue #108)
    • Prevented adding unnecessary spaces in object dumps. (issue #68)
    • ๐Ÿ›  Fixed dumping of objects with very long (> 1024 in length) keys.
  • v3.0.0 Changes

    December 16, 2013

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactored code. Changed API for custom types.
    • โœ‚ Removed output colors in CLI, dump json by default.
    • โœ‚ Removed big dependencies from browser version (esprima, buffer). Load esprima manually, if !!js/function needed. !!bin now returns Array in browser
    • ๐Ÿ‘ AMD support.
    • Don't quote dumped strings because of - & ? (if not first char).
    • ๐Ÿ—„ Deprecated loading yaml files via require(), as not recommended behaviour for node.
  • v2.1.3 Changes

    October 16, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix wrong loading of empty block scalars.
  • v2.1.2 Changes

    October 07, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix unwanted line breaks in folded scalars.