| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jq-1.6.zip | 2018-11-20 | 1.9 MB | |
| jq-1.6.tar.gz | 2018-11-20 | 1.8 MB | |
| jq 1.6.tar.gz | 2018-11-02 | 417.6 kB | |
| jq 1.6.zip | 2018-11-02 | 467.5 kB | |
| README.md | 2018-11-02 | 933 Bytes | |
| jq-linux32 | 2018-11-02 | 2.8 MB | |
| jq-linux64 | 2018-11-02 | 4.0 MB | |
| jq-osx-amd64 | 2018-11-02 | 864.0 kB | |
| jq-win32.exe | 2018-11-02 | 2.7 MB | |
| jq-win64.exe | 2018-11-02 | 3.5 MB | |
| Totals: 10 Items | 18.4 MB | 1 | |
New in this release since 1.5:
- Destructuring Alternation
- New Builtins:
builtins/0stderr/0halt/0, halt_error/1isempty/1walk/1utf8bytelength/1localtime/0, strflocaltime/1- SQL-style builtins
- and more!
- Add support for ASAN and UBSAN
- Make it easier to use jq with shebangs (8f6f28c)
- Add
$ENVbuiltin variable to access environment - Add
JQ_COLORSenv var for configuring the output colors
Bug fixes:
- Calling
jqwithout a program argument now always assumes.for the program, regardless of stdin/stdout. (5fe0536) - Make sorting stable regardless of qsort. (7835a72)
- Adds a local oniguruma submodule and the
./configure --with-oniguruma=builtinoption to make it easier to build with oniguruma support on systems where you can't install system-level libraries. (c6374b6 and 02bad4b) - And much more!