Skip to content

Releases: samuelcolvin/python-devtools

v0.12.2 (2023-09-03)

03 Sep 16:53
ec406ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1 (2023-08-17)

17 Aug 14:50
f080d39
Compare
Choose a tag to compare

Fix docs publish.

Full Changelog: v0.12.0...v0.12.1

v0.12.0 (2023-08-17)

17 Aug 12:17
e4937c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0 (2023-04-05)

05 Apr 18:22
71edb0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0 (2022-11-28)

28 Nov 11:06
8811bfe
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0 (2022-07-26)

26 Jul 15:56
b4c4275
Compare
Choose a tag to compare
  • fix format of nested dataclasses, #99 thanks @aliereno
  • Moving to pyproject.toml, complete type hints and test with mypy, #107
  • add install command to add debug to __builtins__, #108

Full Changelog: v0.8.0...v0.9.0

v0.8.0 (2021-09-29)

29 Sep 08:43
54b2b2b
Compare
Choose a tag to compare
  • test with python 3.10 #91
  • display SQLAlchemy objects nicely #94
  • fix tests on windows #93
  • show function qualname #95
  • cache pygments loading (significant speedup) #96

v0.7.0 (2021-09-03)

03 Sep 16:52
a3fa164
Compare
Choose a tag to compare
  • switch to executing and asttokens
    for finding and printing debug arguments, #82, thanks @alexmojaki
  • correct changelog links, #76, thanks @Cielquan
  • return debug() arguments, #87
  • display more generators like map and filter, #88
  • display Counter and similar dict-like objects properly, #88
  • display dataclasses properly, #88
  • uprev test dependencies, #81, #83, #90

v0.6.1

22 Oct 13:55
4bef4c3
Compare
Choose a tag to compare

compatibility with python 3.8.6

v0.6

29 Jul 17:23
Compare
Choose a tag to compare

v0.6.0 (2020-07-29)

  • 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