EJS v2.7.2 Release Notes

Release Date: 2019-11-20 // over 4 years ago
  • ๐Ÿ”‹ Features

    • โž• Added support for destructuring locals (#452, @ExE-Boss)
    • โž• Added support for disabling legacy include directives (#458, #459, @ExE-Boss)
    • Compiled functions are now shown in the debugger (#456, @S2-)
    • ๐Ÿ‘ function.name is now set to the file base name in environments that support this (#466, @ExE-Boss)

    ๐Ÿ› Bug Fixes

    • The error message when async != true now correctly mention the existence of the async option (#460, @ExE-Boss)
    • ๐Ÿ‘Œ Improved performance of HTML output generation (#470, @nwoltman)