Changelog for main-tester-0.2.0.1
0.2.0.1
- Fix: Fix
Handle
leak (!2)
0.2.0.0
- Breaking change:
- Add
prException
field toProcessResult
. - Now
captureProcessResult
catches any exception (includingExitCode
) thrown by the given action (usually yourmain
function).- The caught exception is available by
prException
function (exceptExitCode
).
- The caught exception is available by
- Add
- 🆕 Add
withEnv
function.
0.1.0.0
- Initial release.