Skip to content

Latest commit

 

History

History
43 lines (18 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

43 lines (18 loc) · 1.7 KB

0.2.0 (2021-03-25)

Features

  • enable ui by default, actions from argv (e546abd)
  • use --no-gui flag to run sandbox with/without gui (6cd80f2)

0.1.2 (2021-03-24)

0.1.1 (2021-03-24)

Bug Fixes

  • include necessary files in tarball (b2923bd)

0.1.0 (2021-03-23)

Bug Fixes

  • execution error when no file (9685b8b)
  • log start and restarting event (77b9b46)
  • remove add file extension (3204dfc)
  • remove rxjs dep and importHelpers tsconfig (0f2a8c3)
  • use ts transpileModule (358f8dd)

Features

  • take file argument (4a8c394)
  • use replService to eval ts code and resolve dependencies (8625482)