Releases: pawamoy/failprint
Releases · pawamoy/failprint
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0 - 2023-07-27
Breaking changes
failprint.runners.run_function_get_code(stderr)
parameter was removed.failprint.capture.cast_capture
was removed. Use [Capture.cast][failprint.capture.Capture.cast] instead.failprint.capture.StdBuffer
was removed. Use [CaptureManager][failprint.capture.CaptureManager] instead.failprint.capture.stdbuffer
was removed. Use [Capture.here][failprint.capture.Capture.here] instead.
Features
- Capture standard output/error at the file descriptor level (0fbb2d4 by Timothée Mazzucotelli). Issue #17, Issue markdown-exec#21
Code Refactoring
- Reduce PTY delays to speed up code and tests suite (de543c8 by Timothée Mazzucotelli).