Skip to content

1.12.0 - April 17 2016

Compare
Choose a tag to compare
@kirsle kirsle released this 17 Apr 21:54
· 278 commits to master since this release

Changes

  • 1.12.0 2016-04-17
    • Fix the stringify() function to also escape newlines on conditionals.
    • Various fixes to "pipe syntax" for arrays, optionals and alternations;
      having a "blank" entry separated by pipes (e.g. a trailing or leading pipe)
      would cause matching issues. These have been fixed and a syntax error is
      given if this is detected at parsing time.
    • Added additional documentation for the usage of deparse() and related
      functions to the eg/deparse directory.