Q I Versions Save

Node.js objects inspector with color highlighting

v2.0.1

6 years ago

Update TypeScript types.

v2.0.0

6 years ago

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.

v1.2.0

6 years ago

Replace Lodash with two tiny packages (#2 by @nightwolfz)

v1.1.4

6 years ago
  • Fixed: Do not print "No constructor", just an object

v1.1.3

6 years ago
  • Fixed: Check for undefined constructor before calling name on it (#1)

v1.1.2

6 years ago
  • Fixed: Node 4 support

v1.1.1

6 years ago
  • Fixed: Collapse functions longer than one line