Skip to content

5.1.1

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 27 Nov 19:37
· 114 commits to master since this release
  • Fixed dumb function typos (thanks @tabularelf!)
  • Many improvements to the YAML parser:
    • Comments no longer need a space after #
    • Brings array - token indentation requirement in line with the YAML spec
    • Can now use tabs (not that the YAML officially supports this 😳)
    • Fixes inline JSON characters breaking the parser