Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeca committed Jun 29, 2012
1 parent aff7e6c commit 6437055
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Rafael de Oleza <rafeca@gmail.com>
Dave Eddy <dave@daveeddy.com>
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.6.0 — *June 29, 2012*

* Update dependencies to support Node.js v0.8
* Adding ability to use environmental variables

### 0.5.0 — *June 24, 2012*

* Updated dependencies, added support for Node.js up to 0.7.12
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage.html

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ <h2>Using it (from the CLI)</h2>
<p>If you install the package globally (with <code>npm install -g prettyjson</code>), the CLI will be installed automatically in your PATH
thanks to npm.

</p>
<h3>Customizing colors via command line</h3>
<p>Now it&#39;s possible to customize the colors of the output via environment variables, thanks to @bahamas10:

</p>
<pre><code class="lang-bash">$ PRETTYJSON_KEYS=red PRETTYJSON_DASH=blue bin/prettyjson package.json</code></pre>
<p>The available options are <code>PRETTYJSON_KEYS</code>, <code>PRETTYJSON_DASH</code> and <code>PRETTYJSON_INDENT</code>.

</p>
<h2>Using it (from Node.js)</h2>
<p>It&#39;s pretty easy to use it... you just have to include it in your script and call the <code>render()</code> method:
Expand Down Expand Up @@ -132,7 +140,12 @@ <h2>Running Tests</h2>

<h2>Change Log</h2>

<h3>0.5.0 — <em>June 24, 2012</em></h3>
<h3>0.6.0 — <em>June 29, 2012</em></h3>
<ul>
<li>Update dependencies to support Node.js v0.8</li>
<li>Adding ability to use environmental variables</li>
</ul>
<h3>0.5.0 — <em>June 24, 2012</em></h3>
<ul>
<li>Updated dependencies, added support for Node.js up to 0.7.12</li>
<li>Minor improvements in README file</li>
Expand Down Expand Up @@ -192,7 +205,8 @@ <h3>0.1.0 — <em>October 10, 2011</em></h3>

<h2>Contributors</h2>

<p>Rafael de Oleza <a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#x3a;&#x72;&#x61;&#102;&#x65;&#x63;&#x61;&#64;&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#111;&#109;">&#x72;&#x61;&#102;&#x65;&#x63;&#x61;&#64;&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#111;&#109;</a>
<p>Rafael de Oleza <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#58;&#x72;&#97;&#102;&#x65;&#x63;&#97;&#64;&#103;&#x6d;&#x61;&#105;&#108;&#46;&#x63;&#x6f;&#x6d;">&#x72;&#97;&#102;&#x65;&#x63;&#97;&#64;&#103;&#x6d;&#x61;&#105;&#108;&#46;&#x63;&#x6f;&#x6d;</a>
Dave Eddy <a href="&#x6d;&#97;&#x69;&#108;&#x74;&#111;&#58;&#x64;&#x61;&#x76;&#101;&#64;&#x64;&#97;&#118;&#x65;&#101;&#x64;&#100;&#x79;&#46;&#99;&#111;&#109;">&#x64;&#x61;&#x76;&#101;&#64;&#x64;&#97;&#118;&#x65;&#101;&#x64;&#100;&#x79;&#46;&#99;&#111;&#109;</a>
</p>


Expand All @@ -201,7 +215,7 @@ <h2>License</h2>
<p>(The MIT License)

</p>
<p>Copyright (c) 2011 Rafael de Oleza <a href="&#109;&#97;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#x72;&#x61;&#x66;&#101;&#99;&#x61;&#64;&#x67;&#x6d;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;">&#x72;&#x61;&#x66;&#101;&#99;&#x61;&#64;&#x67;&#x6d;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;</a>
<p>Copyright (c) 2011 Rafael de Oleza <a href="&#109;&#97;&#105;&#108;&#x74;&#x6f;&#58;&#x72;&#x61;&#102;&#101;&#99;&#x61;&#64;&#x67;&#109;&#97;&#x69;&#108;&#x2e;&#99;&#111;&#109;">&#x72;&#x61;&#102;&#101;&#99;&#x61;&#64;&#x67;&#109;&#97;&#x69;&#108;&#x2e;&#99;&#111;&#109;</a>

</p>
<p>Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",
"name": "prettyjson",
"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "http://rafeca.com/prettyjson",
"keywords": [
"json",
Expand Down

0 comments on commit 6437055

Please sign in to comment.