Changelog for main-tester-0.2.0.1
0.2.0.1
- Fix: Fix
Handleleak (!2)
0.2.0.0
- Breaking change:
- Add
prExceptionfield toProcessResult. - Now
captureProcessResultcatches any exception (includingExitCode) thrown by the given action (usually yourmainfunction).- The caught exception is available by
prExceptionfunction (exceptExitCode).
- The caught exception is available by
- Add
- 🆕 Add
withEnvfunction.
0.1.0.0
- Initial release.