summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
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
2013-05-05Merge pull request #77 from jkleint/patch-1Stephen Dolan
2013-05-06Document behaviour of .[] on objects.Stephen Dolan
2013-05-06Add documentation for "type".Stephen Dolan
2013-05-06Update gems and use HTTPS to get them.Stephen Dolan
2013-05-06Fix some bad escapingStephen Dolan
2013-05-05Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996'Stephen Dolan
2013-03-24Add missing require to RakefileShay Elkin
2013-02-20fix typo in manualSimon Elsbrock
2013-02-04get man pages workingLee Thompson
2013-01-25Clarify description of `as`jkleint
2013-01-13Update docs/content/3.manual/manual.yml13ren
2012-12-29Add the `recurse` function. See #37.Stephen Dolan
2012-12-29Make null + foo return foo, rather than an error.Stephen Dolan
2012-12-28Fold operation (code/docs/test)Stephen Dolan
2012-12-28Docs typos.Stephen Dolan
2012-12-28@foo syntax for encoding of strings into various formats.Stephen Dolan
2012-12-20Give Windows builds a proper .exe suffix.Stephen Dolan
2012-12-20Version 1.2!jq-1.2Stephen Dolan
2012-12-20Add a few lines to the bottom of the manpage.Stephen Dolan
2012-12-20Update download page and build system to handle more platforms.Stephen Dolan
2012-12-20Merge pull request #50 from stesh/masterStephen Dolan
2012-12-16Add the ability to specify input files on the commandline.Stephen Dolan
2012-12-16Improve manpage introduction, add examples to manpage.Stephen Dolan
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
2012-12-12Add a Gemfile to make building the documentation easier.Stephen Dolan
2012-12-10Fix Rack setup so that viewing documentation locally is less painful.Stephen Dolan
2012-12-07Remove old OS X 'instructions'Stephen Shaw
2012-12-07Add information about installing dev environment on OS XStephen Shaw
2012-12-04Add min, max, min_by, max_by functions.Stephen Dolan
2012-12-03Add a `unique` function.Stephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan