- Fixed compile time error due to new
Stdin.echoNewlineMode
property indart:io
. - Constrained SDK minimum to
2.16.0
(introduction of Stdio overrides). - Bootstrapped programs now immediately exit after running the passed
body
. This behavior can be changed by passingexitAfterBody: false
.
- Renamed
bootstrap
arguments to be more self explanatory. - Allow bypassing the spawn of a child process with
enableChildProcess: false
. - Listen to process signals from inside the worker instead of only the wrapper.
- Initial release.