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.
v1.2.0
5 years ago
Replace Lodash with two tiny packages (#2 by @nightwolfz)
v1.1.4
5 years ago
Fixed: Do not print "No constructor", just an object
v1.1.3
5 years ago
Fixed: Check for undefined constructor before calling name on it (#1)