CBTF 0.2.0
Changes in CBTF 0.2.0 (2025-07-16)
- Return an object with the raw results from
fuzz()and provide S3 methods forsummary()andprint()(#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