- `show_locals` parameter to print local variable values after the execution of the function.
0.5.1
Fixed
- Empty input argument list for decorators applied on classes
0.5.0
Changed
- Input argument names along with values instead of the previous list of inputs
Removed
- Live mode (`is_live` parameter)
0.4.3
Fixed
- Unnecessary print in the source code.
0.4.1
Changed
- Font weight of panel titles (Input, Expected output, etc) to bold
Fixed
- Inconsistent inputs being displayed due to mutation of the inputs occuring in the executed function.
0.4.0
Added
- `pretty_print_errors` parameter to pretty print errors with colors and more information. - `redirect_stdout` parameter to redirect all stdout (print statements, etc) to the pretty printed panels. - New examples for the above parameters.
Removed
- The loading animation when executing the decorator.