Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

v0.2.3

Latest

Choose a tag to compare

@eemeli eemeli released this 03 Feb 15:14
· 12 commits to master since this release
  • Allow anchors on empty nodes (yaml-test-suite PW8X)
  • Allow map key to start with -\w (yaml-test-suite 2EBW)
  • Terminate PlainValue at line-end if following line starts with #
  • Require white space or end-of-file after --- and ... to count as separators
  • Fail on parsing block with leading line with excess whitespace
  • Fix empty scalar chomping