Skip to content

Releases: danielb2/purdy.js

Bump joi to 17.x + Bump lab

20 Jul 06:43
Compare
Choose a tag to compare

fix npmignore to slim down and remove unnecessary file

08 May 04:17
Compare
Choose a tag to compare

print json and handle multiple arguments

08 May 03:53
Compare
Choose a tag to compare
  • Allows for printing of JSON objects if option json set to true
  • Can now print with multiple arguments (see docs)
  • Fix issue where object keys were not quoted when containing spaces

Update npm packages to get rid of hoek vulnerability message

05 Jun 22:35
Compare
Choose a tag to compare

improved error printing and buffer printing

v3.0.0 updates to purdy CLI

26 Jul 18:51
Compare
Choose a tag to compare

This is still backwards compatible as far as the API, but the CLI changed from using - for standard in to -s

v2.2.0

22 May 03:33
Compare
Choose a tag to compare
  • prints constructor name for object if available
  • remove question mark for anon function to be like console.log
  • Print constructor function static members

For full set of changes, see https://github.com/danielb2/purdy.js/issues?q=milestone%3A2.2.0

Depth for recursion

20 May 01:19
Compare
Choose a tag to compare

This release uses the depth option. It works just like console.dir option. It's beenmarked it as a major release because just like console.dir, the new default is 2 where it used to recurse indefinitely.