|
| 1 | +## v0.7.0 (2021-09-03) |
| 2 | + |
| 3 | +* switch to [`executing`](https://pypi.org/project/executing/) and [`asttokens`](https://pypi.org/project/asttokens/) |
| 4 | + for finding and printing debug arguments, #82, thanks @alexmojaki |
| 5 | +* correct changelog links, #76, thanks @Cielquan |
| 6 | +* return `debug()` arguments, #87 |
| 7 | +* display more generators like `map` and `filter`, #88 |
| 8 | +* display `Counter` and similar dict-like objects properly, #88 |
| 9 | +* display `dataclasses` properly, #88 |
| 10 | +* uprev test dependencies, #81, #83, #90 |
| 11 | + |
1 | 12 | ## v0.6.0 (2020-07-29)
|
| 13 | + |
2 | 14 | * improve `__pretty__` to work better with pydantic classes, #52
|
3 | 15 | * improve the way statement ranges are calculated, #58
|
4 | 16 | * drastically improve import time, #50
|
|
8 | 20 | * fix `debug(type(dict(...)))`, #62
|
9 | 21 |
|
10 | 22 | ## v0.5.1 (2019-10-09)
|
| 23 | + |
11 | 24 | * fix python tag in `setup.cfg`, #46
|
12 | 25 |
|
13 | 26 | ## v0.5.0 (2019-01-03)
|
| 27 | + |
14 | 28 | * support `MultiDict`, #34
|
15 | 29 | * support `__pretty__` method, #36
|
16 | 30 |
|
17 | 31 | ## v0.4.0 (2018-12-29)
|
| 32 | + |
18 | 33 | * remove use of `warnings`, include in output, #30
|
19 | 34 | * fix rendering errors #31
|
20 | 35 | * better str and bytes wrapping #32
|
21 | 36 | * add `len` everywhere possible, part of #16
|
22 | 37 |
|
23 | 38 | ## v0.3.0 (2017-10-11)
|
| 39 | + |
24 | 40 | * allow `async/await` arguments
|
25 | 41 | * fix subscript
|
26 | 42 | * fix weird named tuples eg. `mock > call_args`
|
27 | 43 | * add `timer`
|
28 | 44 |
|
29 | 45 | ## v0.2.0 (2017-09-14)
|
| 46 | + |
30 | 47 | * improve output
|
31 | 48 | * numerous bug fixes
|
0 commit comments