Skip to content

Releases: pawamoy/failprint

1.0.3

17 Oct 14:58
Compare
Choose a tag to compare

1.0.3 - 2024-10-17

Compare with 1.0.2

Build

  • Drop support for Python 3.8 (a212375 by Timothée Mazzucotelli).

1.0.2

18 Sep 13:51
Compare
Choose a tag to compare

1.0.2 - 2023-09-18

Compare with 1.0.1

Bug Fixes

  • Escape contents in command and output, to prevent interpretation by ansimarkup (0dbcb51 by Timothée Mazzucotelli).

1.0.1

29 Jul 14:29
Compare
Choose a tag to compare

1.0.1 - 2023-07-29

Compare with 1.0.0

Bug Fixes

  • Don't hang on large output (60b220f by Timothée Mazzucotelli).

1.0.0

28 Jul 18:51
Compare
Choose a tag to compare

1.0.0 - 2023-07-27

Compare with 0.11.1

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

Code Refactoring

  • Reduce PTY delays to speed up code and tests suite (de543c8 by Timothée Mazzucotelli).