Skip to content

v4.11.4

Compare
Choose a tag to compare
@jjhbw jjhbw released this 12 Jan 15:56
· 26 commits to master since this release

What's Changed

  • Replace weak Object types of runJs arguments.
  • Remove unnecessary use of eval() internally.
  • #341 Add result to ObjectCommandResultError. When a ObjectCommandResultError is thrown, this change attaches the computed result to the error in case a custom error handler wants to use it for some reason. (thanks @emilong!)
  • #345: Make types for template more liberal. What works with Buffer should work with ArrayBuffer, with the benefit that browsers don't need a Buffer polyfill.

New Contributors

  • @abs made their first contribution in #332

Full Changelog: v4.11.3...v4.11.4