summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-15 23:15:02 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-15 23:20:08 -0700
commitb442e7db59e53198dcba7b39261e351a042a8401 (patch)
treef2856a3173845ecf4203b856331dc5b6983701e2 /index.html
parent879922d294fff64ea0df2c65c69ef9cc0e8ed079 (diff)
Pick up jq 1.5
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/index.html b/index.html
index a5fc09ef..4a0147e8 100644
--- a/index.html
+++ b/index.html
@@ -72,18 +72,13 @@
<div class="btn-toolbar" role="toolbar">
<div class="btn-group" role="group">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
- Download jq-1.4 or 1.5rc2
+ Download jq 1.5
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5rc2/jq-linux-x86_64">jq-1.5rc2 Linux (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5rc2/jq-osx-x86_64">jq-1.5rc2 OS X (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5rc2/jq-win64.exe">jq-1.5rc2 Windows (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/tag/jq-1.5rc2">jq-1.5rc2 Other platforms, older versions, and source</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86_64">jq-1.4 Linux (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86_64">jq-1.4 OS X (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win64.exe">jq-1.4 Windows (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/tag/jq-1.4">jq-1.4 Other platforms, older versions, and source</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">jq 1.5 Linux (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">jq 1.5 Windows (64-bit)</a></li>
+ <li><a href="/jq/download/">Other platforms, older versions, and source</a></li>
</ul>
</div>
@@ -112,7 +107,7 @@ shorter and simpler than you&rsquo;d expect.</p></div>
</div>
<div class="row" style="text-align:center; margin-top: 30px">
- <p>Go read the <a href='tutorial/'>tutorial</a> for more, or the <a href='manual/'>manual</a>
+ <p>Go read the <a href='/jq/tutorial/'>tutorial</a> for more, or the <a href='/jq/manual/'>manual</a>
for <em>way</em> more.</p><p>Ask questions on <a href='https://stackoverflow.com/'>stackoverflow</a> using the <a href='https://stackoverflow.com/questions/tagged/jq'>jq
tag</a>, or on the
<a href='http://irc.lc/freenode/%23jq/'>#jq</a> channel on
@@ -125,7 +120,14 @@ tag</a>, or on the
<ul>
<li>
- <span class="date">07 July 2015</span>
+ <span class="date">15 August 2015</span>
+
+<p>jq 1.5 released, including new datetime, math, and regexp functions, try/catch syntax, array and object destructuring, a streaming parser, and a module system. See installation options on the <a href="/jq/download/">download</a> page, and the <a href="https://github.com/stedolan/jq/releases/tag/jq-1.5">release notes</a> for details.</p>
+
+ </li>
+
+ <li>
+ <span class="date">26 July 2015</span>
<p>jq 1.5rc2 is available. Get it on the <a href="https://github.com/stedolan/jq/releases">releases</a> page.</p>
@@ -139,14 +141,14 @@ tag</a>, or on the
</li>
<li>
- <span class="date">06 June 2014</span>
+ <span class="date">09 June 2014</span>
-<p>jq 1.4 (finally) released! Get it on the <a href="download/">download</a> page.</p>
+<p>jq 1.4 (finally) released! Get it on the <a href="/jq/download/">download</a> page.</p>
</li>
<li>
- <span class="date">05 May 2013</span>
+ <span class="date">19 May 2013</span>
<p>jq 1.3 released.</p>