summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-02-26Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams
2017-02-26Document `stderr`Nicolas Williams
2017-02-26Add $ENV builtin variable to access environmentNicolas Williams
2017-02-25Document $ARGS and friendsNicolas Williams
2017-02-23Document `localtime` and `strflocaltime`Nicolas Williams
2017-02-23Improve manual section on assignment formsNicolas Williams
2017-02-15Improve manualNicolas Williams
2017-02-13Add `builtins` builtinWilliam Langford
2017-02-12Add @base64d for decoding base64 #47Shaun Guth
2017-02-04Add more missing math functionsNicolas Williams
2017-01-30Improve docs somewhat, inspired by #1326Nicolas Williams
2017-01-30Make |= delete LHS when RHS is empty (Fix #1314)Nicolas Williams
Now that #1313 is fixed, |= no longer outputs null when the RHS update expression outputs empty. When a user wants to keep the current value of the LHS they would have the RHS update expression output `.`, so having `empty` achieve the same thing would be redundant. The obvious thing to do is to delete the LHS when the RHS update outputs `empty` (i.e., doesn't output any values). It's reasonable to think that existing programs won't be broken by this change, because reduce and |= not handling empty well is clearly a bug. (Though it's possible that some programs were using empty to quickly terminate reduce or |=, it's not likely. They should use label/break instead.) Prior to this change |= would use the _last_ value output by the RHS update expression. With this change |= will use the _first_ value instead. This change _is_ a minor backwards-incompatible change. It may or may not be acceptable; we'll see. It is a useful change in that it makes |= faster when the update expression produces multiple values.
2017-01-30Add SQL-style operators (#1322)Nicolas Williams
2017-01-30reduce: handle empty updates (fix #1313)Nicolas Williams
2017-01-23Typo fixedRichard Groves
simply -> simple
2017-01-23Documentation clarification suggestionsJanne Cederberg
2017-01-23Update download instructions for ArchJames Pearson Hughes
jq has been in the community repo for [just over a year now][0]. [0]: https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/jq&id=8d5e06065bc92bf56ea651970c9bda07fb545554
2017-01-23Typo: s/more/mode/ in `--seq`Tim McCormack
2015-11-26yum has been replaced with dnf as of f22Mark McKinstry
https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF
2015-11-15Fix manual signature for split (non-regex)Loamhoof
2015-10-25Support numbers and boolean in join (fix #930)David Tolnay
2015-10-17Move docs for map earlier (fix #288)David Tolnay
2015-10-17If-then-else documentation for forking conditional (fix #942)David Tolnay
2015-10-17Support lowercase name in from_entries (fix #990)David Tolnay
2015-10-13Revert "Adjust spacing of section headers to account for nav bar (fix #986)"David Tolnay
This reverts commit 73b8413d10751c7be3e54d83ea338b3e895bdda3. The fix for #986 caused #988.
2015-10-13Autocomplete manual search to first result on submitDavid Tolnay
2015-10-12Add background color to typeahead menuDavid Tolnay
2015-10-12Sort manual search results shortest to longestDavid Tolnay
2015-10-12Remove backticks from manual headers and search stringsDavid Tolnay
2015-10-12Adjust spacing of section headers to account for nav bar (fix #986)David Tolnay
2015-10-12Merge typeaheadjs.css into base.scssDavid Tolnay
2015-10-12PGP signatures for release binaries (fix #889)David Tolnay
2015-10-12Link to BootstrapCDN for Bootstrap and Bootswatch (fix #985)David Tolnay
2015-10-12Explicitly use current directory in RakefileDavid Tolnay
2015-10-12Split up Rakefile to minimize dependencies (fix #435)David Tolnay
2015-10-12Add description for rake tasksDavid Tolnay
You can see the descriptions by running `rake --tasks`.
2015-10-12Remove duplicate yaml import in RakefileDavid Tolnay
2015-10-12Remove old Rakefile dist targetsDavid Tolnay
Because binaries no longer go into the repo.
2015-10-12docs: jq 1.5 is now available in Debian unstableSimon Elsbrock
It may take some time until it bubbles up into Ubuntu repositories.
2015-10-02Bump fedora and chocolatey available version numbersDavid Tolnay
2015-09-20Add openSUSE repositoryRoman Inflianskas
2015-09-13Remove "Requires 1.5" from manualsDavid Tolnay
No longer necessary now that manuals are versioned.
2015-09-13utf8bytelength: count UTF8 string bytelengthJoel Nothman
[Builtin name changed, and it only works on string inputs. -Nico]
2015-08-23Remove jq.1.default and related contentNicolas Williams
2015-08-20Hide manual jqplay button and navigation in print modeDavid Tolnay
2015-08-20Hide tutorial "show result" button in print modeDavid Tolnay
2015-08-19Expand all manual examples in print modeDavid Tolnay
2015-08-18Add FreeBSD install instructions (fix #917)David Tolnay
2015-08-17Link to correct 1.5 source tarballDavid Tolnay
2015-08-16Standardize on "color" to match what the flag has always been calledDavid Tolnay