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

Changelog History
Page 6

  • v2.1.1 Changes

    October 02, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ Dumper now respects deprecated booleans syntax from YAML 1.0/1.1
    • ๐Ÿ›  Fixed reader bug in JSON-like sequences/mappings.
  • v2.1.0 Changes

    June 05, 2013

    โž• Added

    • โž• Add standard YAML schemas: Failsafe (FAILSAFE_SCHEMA), JSON (JSON_SCHEMA) and Core (CORE_SCHEMA).
    • โž• Add skipInvalid dumper option.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Rename DEFAULT_SCHEMA to DEFAULT_FULL_SCHEMA and SAFE_SCHEMA to DEFAULT_SAFE_SCHEMA.
    • ๐Ÿ‘‰ Use safeLoad for require extension.

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug fix: export NIL constant from the public interface.
  • v2.0.5 Changes

    April 26, 2013

    ๐Ÿ”’ Security

    • ๐Ÿ”’ Close security issue in !!js/function constructor. Big thanks to @nealpoole for security audit.
  • v2.0.4 Changes

    April 08, 2013

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated .npmignore to reduce package size
  • v2.0.3 Changes

    February 26, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed dumping of empty arrays ans objects. ([] and {} instead of null)
  • v2.0.2 Changes

    February 15, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed input validation: tabs are printable characters.
  • v2.0.1 Changes

    February 09, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed error, when options not passed to function cass
  • v2.0.0 Changes

    February 09, 2013

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ Full rewrite. New architecture. Fast one-stage parsing.
    • ๐Ÿ”„ Changed custom types API.
    • โž• Added YAML dumper.
  • v1.0.3 Changes

    November 05, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed utf-8 files loading.
  • v1.0.2 Changes

    August 02, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ Pull out hand-written shims. Use ES5-Shims for old browsers support. See #44.
    • ๐Ÿ›  Fix timstamps incorectly parsed in local time when no time part specified.