Skip to content

Releases: rafeca/prettyjson

0.12.0

11 Feb 14:38
Compare
Choose a tag to compare
  • Render bools, numbers, strings and null at same line while rendering array (by @gotterdemarung)

0.11.1

02 Feb 02:09
Compare
Choose a tag to compare
  • Fix images in Readme when displayed in npmjs.org

0.11.0

02 Feb 02:01
Compare
Choose a tag to compare
  • Add ability to override the number colors (by @shaunmccarthy)
  • Simplify the release process
  • Add code coverage badge

0.10.0

02 Feb 00:32
Compare
Choose a tag to compare
  • Add pretty printing of errors (by @mmalecki)
  • Deprecate Node.js 0.6.x and 0.8.x

0.9.0

02 Feb 00:31
Compare
Choose a tag to compare
  • Checks for hasOwnProperty in function render (by @dlight)

0.8.1

02 Feb 00:31
Compare
Choose a tag to compare
  • Add compatibility for Node.js 0.10.0
  • Update dependencies

0.8.0

02 Feb 00:30
Compare
Choose a tag to compare
  • Fix: ENV vars were not being used correctly
  • Add an option to change the color of the strings
  • Minor codestyle improvements

0.7.1

02 Feb 00:30
Compare
Choose a tag to compare
  • Fix bug introduced in 0.7.0 when input is an array

0.7.0

02 Feb 00:30
Compare
Choose a tag to compare
  • Allow having non-JSON characters at the beginning of the input string (ideal for curl -i)
  • Add a renderString() method to be used by the CLI
  • Change test reporter style to spec
  • Upgrade dependencies to the last versions

0.6.0

02 Feb 00:29
Compare
Choose a tag to compare
  • Update dependencies to support Node.js v0.8
  • Adding ability to use environmental variables