v4.11.4
What's Changed
- Replace weak
Object
types ofrunJs
arguments. - Remove unnecessary use of
eval()
internally. - #341 Add result to
ObjectCommandResultError
. When aObjectCommandResultError
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
Full Changelog: v4.11.3...v4.11.4