Skip to content

v2.7.2

Compare
Choose a tag to compare
@ExE-Boss ExE-Boss released this 20 Nov 15:38

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)