Skip to content

package:yaml v3.1.4

Latest

Choose a tag to compare

@natebosch natebosch released this 28 Aug 20:42
· 1 commit to main since this release
c7f7a63
  • Improve recovery for list entries without - prefix. When recovering, provide
    a more helpful error message suggesting the missing prefix.
  • Fix a bug where block strings terminated by EOF were not given an implicit
    newline.
  • Fix parsing of plain scalars starting with indicator characters (?, :, and -).
  • Throw a FormatException when parsing self-referential collections instead of
    a StackOverflow. Yaml definitions with collections nested within themselves
    are unsupported.