Skip to content

v11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 18:43
5aab0ec

💣 Breaking Changes

  • Adds a new Virtual Console that by default will output all log entries to a Virtual Console Printer instead of using the global Node.js console. (#1030)
  • Improves logic for catching errors in scripts, event listeners and timers. (#1030)

🎨 Features

👷‍♂️ Patch fixes

  • Uses the default eval() for evaluating code instead of custom logic. This will make it possible to read context variables. #1025

Thank you @joeframbach for contributing with logic related to the eval() functionality!