Skip to content

Commit a3fa164

Browse files
committed
update history
1 parent 6d1fcd8 commit a3fa164

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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+
112
## v0.6.0 (2020-07-29)
13+
214
* improve `__pretty__` to work better with pydantic classes, #52
315
* improve the way statement ranges are calculated, #58
416
* drastically improve import time, #50
@@ -8,24 +20,29 @@
820
* fix `debug(type(dict(...)))`, #62
921

1022
## v0.5.1 (2019-10-09)
23+
1124
* fix python tag in `setup.cfg`, #46
1225

1326
## v0.5.0 (2019-01-03)
27+
1428
* support `MultiDict`, #34
1529
* support `__pretty__` method, #36
1630

1731
## v0.4.0 (2018-12-29)
32+
1833
* remove use of `warnings`, include in output, #30
1934
* fix rendering errors #31
2035
* better str and bytes wrapping #32
2136
* add `len` everywhere possible, part of #16
2237

2338
## v0.3.0 (2017-10-11)
39+
2440
* allow `async/await` arguments
2541
* fix subscript
2642
* fix weird named tuples eg. `mock > call_args`
2743
* add `timer`
2844

2945
## v0.2.0 (2017-09-14)
46+
3047
* improve output
3148
* numerous bug fixes

0 commit comments

Comments
 (0)