Skip to content

Error handling improvements, compiler improvements, bug-fixes

Compare
Choose a tag to compare
@TorbenKoehn TorbenKoehn released this 15 Jan 22:40
· 87 commits to master since this release
  • Cleaned up tests
  • XML encoding will now be echoe'd by default in HHVM. An option
    echoXmlDoctype has been added to enable it manually
  • Compiler now handles doctypes correctly (Fixed #2)
  • Multiple extensions allowed via compiler's "extensions" options
    ("extension" has been removed) (Fixed #3)
  • .jd can now be used as an extension by default (.jade still works)
  • Some improved error handling
  • Doctype tests
  • Reworked the text-block lexing (#42)
  • Changed attribute parsing so that expressions like function calls are
    possible (Fixed #41)
  • Compiler will now always return Compiler-Exeptions, but will include
    the compiled file path (if any) in the message (Fixed #43)