Skip to content

1.0.0

Compare
Choose a tag to compare
@pajama-coder pajama-coder released this 07 Mar 07:28
· 221 commits to main since this release
  • Support JavaScript statements including if/else, switch/case, break, return, try/catch and throw
  • Support function scope local variables defined by using the 'var' and 'function' keywords
  • Support ES module export/import
  • Support shebang line for direct script execution from the shell
  • New Pipeline API using fibers (preview)
  • New LoadBalancer API
  • Other new APIs including YAML parsing, metric gathering, percentile calculation and high-resolution performance timer, etc.