- improve
__pretty__to work better with pydantic classes, #52 - improve the way statement ranges are calculated, #58
- drastically improve import time, #50
- pretty printing for non-standard dicts, #60
- better statement finding for multi-line statements, #61
- colors in windows, #57
- fix
debug(type(dict(...))), #62
- fix python tag in
setup.cfg, #46
- support
MultiDict, #34 - support
__pretty__method, #36
- remove use of
warnings, include in output, #30 - fix rendering errors #31
- better str and bytes wrapping #32
- add
leneverywhere possible, part of #16
- allow
async/awaitarguments - fix subscript
- fix weird named tuples eg.
mock > call_args - add
timer
- improve output
- numerous bug fixes