Skip to content

v2.0.0

Choose a tag to compare

@boschni boschni released this 18 Oct 12:32
· 5 commits to master since this release
  • Changed emitted JavaScript target to ES6.
  • The $expression operation is using the node:vm package instead of the deprecated vm2 package.
  • The $expression operation is disabled by default because it allows executing untrusted code.
  • Added the enableExpressionOperation configuration option to enable the $expression operation.
  • Added the --enable-expression-operation CLI option to enable the $expression operation.