- Add compatibility for Node.js 0.10.0
- Update dependencies
- Fix: ENV vars were not being used correctly
- Add an option to change the color of the strings
- Minor codestyle improvements
- Fix bug in 0.7.0 when input is an array
- 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
- Update dependencies to support Node.js v0.8
- Adding ability to use environmental variables
- Updated dependencies, added support for Node.js up to 0.7.12
- Minor improvements in README file
- Add JSHint to the build process
- Add jake task to execute tests automatically
- Add test coverage info
- Now prettyjson uses Mocha test framework instead of jasmine-node
- Fixed leak in a "key" variable
- Modified website design
- Modify webpage link in package.json
- Added CLI interface
- Now prettyjson package requires Nodejs 0.6.x
- Fix: Bug when the JSON has attributes with booleans, integers or null values
- Now using node-releasetools for the release process
- Disabled Node.js 0.6 from Travis CI temporally
- Minor copy in Readme.md
- Added contributors to the Readme file
- Fixed the GitHub publishing of tags in the jake task
- Updated package.json to make it compatible with Node.js 0.6.x
- Updated travis YAML file to use the new Node.js support on Travis
- Updated Jakefile with tasks to automate publishing new versions
- Added changelog jake task to add changelog automatically
- The library version is retrieved from
package.json
file
- Initial release