Skip to content

Releases: sapegin/q-i

v2.0.1

20 Dec 16:47
Compare
Choose a tag to compare

Update TypeScript types.

v2.0.0

19 Dec 21:12
Compare
Choose a tag to compare

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

25 Sep 16:26
Compare
Choose a tag to compare

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

v1.1.4

21 Sep 20:22
Compare
Choose a tag to compare
  • Fixed: Do not print "No constructor", just an object

v1.1.3

21 Sep 20:08
Compare
Choose a tag to compare
  • Fixed: Check for undefined constructor before calling name on it (#1)

v1.1.2

21 Sep 10:09
Compare
Choose a tag to compare
  • Fixed: Node 4 support

v1.1.1

21 Sep 08:45
Compare
Choose a tag to compare
  • Fixed: Collapse functions longer than one line