Skip to content

0.2.4

Compare
Choose a tag to compare
@c4spar c4spar released this 13 Aug 23:16
· 70 commits to main since this release
2a3cadf

Features

  • cli: add upgrade command (08981fe)

Bug Fixes

  • cli: replace --allow-plugin with --allow-ffi (ede926d)
  • cli: exclude source maps from bundle command (0da5a1e)
  • runtime: take only stdout when passing a process output to another process (0da5a1e)

Code Refactoring

  • cli: exit with exit code 2 if reading from stdin fails (5911dff)
  • runtime: add typings in runtime files (2b5656b)
  • runtime: change default shell to bash (513a4da)

Chore

  • ci: switch to denoland/setup-deno action (b163313)
  • ci: add testing step to github action (c2b7a5b)
  • upgrade: deno/std v0.104.0 (513a4da, 0e8d0a7)
  • upgrade: cliffy v0.19.5 (fd82808)

Unit/Integration Tests

  • test behavior of passing exec result to another exec call (21f78c0)
  • add a basic set of test cases (8673e8c)
  • get the initial test suite passing (1e57841)
  • add initial tests (c90ea2a)

Documentation Updates