Skip to content

0.3.2

Compare
Choose a tag to compare
@c4spar c4spar released this 10 Jul 23:49
· 18 commits to main since this release
3be3584

Features

  • cli: start repl by default and print dzx version on start (#34) (ce2a1c7)
  • cli: add --verbose option and change $.verbose type from boolean to boolean | number (#30) (c253d77)
  • runtime: add .delay() method (#68) (a05e1ab)
  • runtime: add .timeout() method (#67) (8219581)
  • runtime: add kill method (#64) (0d0044b)
  • runtime: add statusCode property (#63) (eb85a1b)
  • runtime: add noThrow property (#62) (dcaa0e8)
  • runtime: add pid property (#61) (66d9c6a)
  • runtime: add .retry() method and print retries on error (#58) (a04d370)
  • runtime: capture stack trace from $ call's (#44) (7c06a04)
  • runtime: print exit code info and signal on error (#43) (9cc7ec9)

Bug Fixes

  • cli: fix base64 module bootstrapping (#31) (3292575)
  • runtime: make readlines aboartable (#65) (b737487)

Code Refactoring

  • cli: use deno_emit for bundling (#36) (3050c89)
  • cli: remove useRawArgs from eval command (#35) (0bf9a2e)
  • cli: refactor repl options handling (#33) (607b12a)
  • runtime: use dynamic import for emit module to improve cli performance (#70) (fa9e52f)
  • runtime: implement process class (#42) (2059567)
  • runtime: make $.mainModule, $.args & $.startTime readonly (#32) (bcb02fd)

Chore