summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2014-02-20Add `?`, `.[]?`, and `..` operatorsNicolas Williams
2014-02-19manual.yml: fix indent for the new `any` and `all` commands.LCD 47
2014-02-17Added `all` and `any` builtinsSantiago Lapresta
2014-02-05Fix cut-n-paste in `leaf_paths`; doc and test 'emNicolas Williams
2013-12-26Document --versionNicolas Williams
2013-12-26Document .foo.bar in manualNicolas Williams
2013-12-26Document exit numbersNicolas Williams
2013-12-25Fix doc typos (.[foo] wanted to be .["foo"])Nicolas Williams
2013-12-25Add note to jq.1 about shell quotingNicolas Williams
2013-12-20Fix @uri examplePhilipp Hagemeister
2013-12-06Fix manual.ymlNicolas Williams
2013-12-04Document ltrimstr and rtrimstrNicolas Williams
2013-12-04Document -u / --unslurp optionNicolas Williams
2013-12-04Document -e / --exit-status argumentNicolas Williams
2013-12-04Document tojson and fromjson builtinsNicolas Williams
2013-12-04Document split functionNicolas Williams
2013-12-04Document string multiplication and divisionNicolas Williams
2013-12-04Document string functions and slicingNicolas Williams
2013-11-08Add a --unbuffered option. Closes #206Stephen Dolan
2013-11-07count should be lengthPeter van Dijk
2013-10-16Docs: add description of --from-file optionRyoichi KATO
2013-09-20Add missing -i flag in build instructionsKenny Shen
2013-09-14Merge pull request #182 from mdaines/sqrt-builtinStephen Dolan
2013-09-13Fix typoMike Daines
2013-09-11Add sqrt operatorMichael Daines
2013-06-22Fix example in manual for `floor`. See #155.Stephen Dolan
2013-06-21Document floorNicolas Williams
2013-06-21Document modNicolas Williams
2013-06-11Support ."foo" syntax for accessing fields. See #141.Stephen Dolan
2013-06-03Add command-line option to sort object keys.Stephen Dolan
2013-05-23Add --argfile variant of --arg (issue #117)Nicolas Williams
2013-05-19jq 1.3 releasejq-1.3Stephen Dolan
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-16Reverse function. Closes #94.Stephen Dolan
2013-05-14Add the range functionStephen Dolan
2013-05-13Fix some documentation bugsStephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-13Add to_entries, from_entries and with_entries functions.Stephen Dolan
2013-05-11Merge branch 'autotools'Stephen Dolan
2013-05-11Rake task to build website including source dist and binaries.Stephen Dolan
2013-05-11Rake task to build source distribution for websiteStephen Dolan
2013-05-09Add some build instructions for how to install doc dependencies.Stephen Dolan
2013-05-09Add a "binaries" target to the website Rakefile.Stephen Dolan
2013-05-09Minor docs fix to get rid of Bonsai warnings.Stephen Dolan
2013-05-08Use the version number from configure.ac in the website.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-07Merge pull request #119 from 13ren/masterStephen Dolan
2013-05-06Add trailing slashes to various internal doc links.Stephen Dolan
2013-05-06Add a --arg option to allow variables to be passed from the cmdline.Stephen Dolan
2013-05-06Add the "has" function. Closes #74.Stephen Dolan