BREAKING CHANGES
- runtime: remove
$.throwErrors
(#77) (0fc54c8) - runtime: remove
$s
shorthand in favor ofstatusCode
(#75) (5a8a218)
Features
- runtime: add
.cwd()
method (#95) (4b88438) - runtime: add
.env()
method (#94) (ca64927) - runtime: add
.retry()
callback handler (#89) (34984c2) - runtime: add
stdout
andstderr
properties (#83, #92) (7a216e6, 6f93d58) - runtime: capture stack trace for
cd
method and fmt error message (#78) (b59e737)
Bug Fixes
- runtime: add missing import (#87) (3e52bfb)
- runtime: don't inject globals by default (#72) (ff9910e)