Tale Jade v1.3.4 Release Notes

Release Date: 2016-01-15 // over 8 years ago
    • โœ… Cleaned up tests
    • 0๏ธโƒฃ 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)
    • 0๏ธโƒฃ .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)