UNPKG

2.47 kBMarkdownView Raw
1### 0.10.0 — *December 10, 2013*
2
3 * Add pretty printing of errors (by @mmalecki)
4 * Deprecate Node.js 0.6.x and 0.8.x
5
6### 0.9.0 — *October 4, 2013*
7
8 * Checks for hasOwnProperty in function render (by @dlight)
9
10### 0.8.1 — *March 11, 2013*
11
12 * Add compatibility for Node.js 0.10.0
13 * Update dependencies
14
15### 0.8.0 — *February 23, 2013*
16
17 * Fix: ENV vars were not being used correctly
18 * Add an option to change the color of the strings
19 * Minor codestyle improvements
20
21### 0.7.1 — *October 29, 2012*
22
23 * Fix bug in 0.7.0 when input is an array
24
25### 0.7.0 — *October 25, 2012*
26
27 * Allow having non-JSON characters at the beginning of the input string (ideal for curl -i)
28 * Add a renderString() method to be used by the CLI
29 * Change test reporter style to spec
30 * Upgrade dependencies to the last versions
31
32### 0.6.0 — *June 29, 2012*
33
34 * Update dependencies to support Node.js v0.8
35 * Adding ability to use environmental variables
36
37### 0.5.0 — *June 24, 2012*
38
39 * Updated dependencies, added support for Node.js up to 0.7.12
40 * Minor improvements in README file
41 * Add JSHint to the build process
42 * Add jake task to execute tests automatically
43 * Add test coverage info
44
45### 0.4.0 — *February 24, 2012*
46
47 * Now prettyjson uses Mocha test framework instead of jasmine-node
48 * Fixed leak in a "key" variable
49
50### 0.3.1 — *February 15, 2012*
51
52 * Modified website design
53 * Modify webpage link in package.json
54
55### 0.3.0 — *January 24, 2012*
56
57 * Added CLI interface
58 * Now prettyjson package requires Nodejs 0.6.x
59
60### 0.2.1 — *January 23, 2012*
61
62 * Fix: Bug when the JSON has attributes with booleans, integers or null values
63
64### 0.2.0 — *January 22, 2012*
65
66 * Now using node-releasetools for the release process
67 * Disabled Node.js 0.6 from Travis CI temporally
68 * Minor copy in Readme.md
69
70### 0.1.4 — *December 1, 2011*
71
72 * Added contributors to the Readme file
73
74### 0.1.3 — *November 17, 2011*
75
76 * Fixed the GitHub publishing of tags in the jake task
77 * Updated package.json to make it compatible with Node.js 0.6.x
78 * Updated travis YAML file to use the new Node.js support on Travis
79
80### 0.1.2 — *November 14, 2011*
81
82 * Updated Jakefile with tasks to automate publishing new versions
83
84### 0.1.1 — *October 11, 2011*
85
86 * Added changelog jake task to add changelog automatically
87 * The library version is retrieved from `package.json` file
88
89### 0.1.0 — *October 10, 2011*
90
91 * Initial release