Laika v0.12.1 Release Notes

Release Date: 2019-12-01 // over 4 years ago
  • Fixes and Improvements for HOCON Parser

    • ๐Ÿ“œ HOCON parser
      • Significant improvements for error messages in the parser (#108)
      • Fixes for nested self references (#112), missing optional self references (#109),
        and objects without '=' or ':' separator (#104)
    • ๐Ÿ“œ Parser Combinators: The '|' alternative parser now keeps the failure with the
      most processed characters and not the last one, for improved error messages
    • ๐Ÿ›  Fix for script tag with attributes not being recognized in verbatim HTML in Markdown