Skip to content

js-yaml 3.4.0

[3.4.0] - 2015-08-23

Changed

  • Don't throw on warnings anymore. Use onWarning option to catch.
  • Throw error on unknown tags (was warning before).
  • Reworked internals of error class.

Fixed

  • Fixed multiline keys dump, #197. Thanks to @tcr.
  • Fixed heading line breaks in some scalars (regression).