Releases: rafeca/prettyjson
Releases · rafeca/prettyjson
0.5.0
- 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
0.4.0
- Now prettyjson uses Mocha test framework instead of jasmine-node
- Fixed leak in a "key" variable
0.3.1
- Modified website design
- Modify webpage link in package.json
0.3.0
- Added CLI interface
- Now prettyjson package requires Nodejs 0.6.x
0.2.1
- Fix: Bug when the JSON has attributes with booleans, integers or null values
0.2.0
- Now using node-releasetools for the release process
- Disabled Node.js 0.6 from Travis CI temporally
- Minor copy in Readme.md
0.1.4
- Added contributors to the Readme file
0.1.3
- 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
0.1.2
- Updated Jakefile with tasks to automate publishing new versions
0.1.1
- Added changelog jake task to add changelog automatically
- The library version is retrieved from
package.json
file