1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Update website for jq 1.5 (fix #910)

This commit is contained in:
David Tolnay
2015-08-15 23:12:31 -07:00
parent 461f04bd4d
commit 3608341c53
7 changed files with 2931 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ body3: |
tail: |
Go read the [tutorial](tutorial/) for more, or the [manual](manual/)
Go read the [tutorial](/jq/tutorial/) for more, or the [manual](/jq/manual/)
for *way* more.
Ask questions on [stackoverflow](https://stackoverflow.com/) using the [jq
@@ -33,24 +33,34 @@ tail: |
[Freenode](https://webchat.freenode.net/).
news:
- date: 2015-07-26
- date: 15 August 2015
body: |
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
[download](/jq/download/) page, and the
[release notes](https://github.com/stedolan/jq/releases/tag/jq-1.5)
for details.
- date: 26 July 2015
body: |
jq 1.5rc2 is available. Get it on the
[releases](https://github.com/stedolan/jq/releases) page.
- date: 2015-01-01
- date: 01 January 2015
body: |
jq 1.5rc1 is available. Get it on the
[releases](https://github.com/stedolan/jq/releases) page.
- date: 2014-06-08
- date: 09 June 2014
body: |
jq 1.4 (finally) released! Get it on the [download](download/) page.
jq 1.4 (finally) released! Get it on the [download](/jq/download/) page.
- date: 2013-05-19
- date: 19 May 2013
body: |
jq 1.3 released.