Skip to content

v2.0.0

Compare
Choose a tag to compare
@sapegin sapegin released this 19 Dec 21:12
· 12 commits to master since this release

Breaking change

Remove addr argument. Now you can print only whole object. The idea of printing a part of an object sounds cool but quite useless — print(obj.foo.bar) will do the same.