Skip to content

CBTF 0.2.0

Choose a tag to compare

@mcol mcol released this 16 Jul 14:10
v0.2.0
cccb373

Changes in CBTF 0.2.0 (2025-07-16)

  • Return an object with the raw results from fuzz() and provide S3 methods for summary() and print() (#1).
  • Skip functions that call readline(), as in an interactive session they stall waiting for user input (#4).
  • Skip non-existing function names and functions that accept no arguments.
  • Show a progress bar during fuzz().
  • Prettify the output from fuzz(), summary() and print().

Full Changelog: v0.1.0...v0.2.0