summaryrefslogtreecommitdiffstats
path: root/docs/content/3.manual
AgeCommit message (Expand)Author
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-09Minor docs fix to get rid of Bonsai warnings.Stephen Dolan
2013-05-07Merge pull request #119 from 13ren/masterStephen 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-06Fix some bad escapingStephen Dolan
2013-02-20fix typo in manualSimon Elsbrock
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-20Add a few lines to the bottom of the manpage.Stephen 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-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
2012-12-02sort_by and group_by functions, tests and docs.Stephen Dolan
2012-12-02Demote "contains" to a built-in function rather than an operator.Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-10-22Allow the 'keys' function to take arrays.Stephen Dolan
2012-10-22I should probably document select and empty :) (#29, #5)Stephen Dolan
2012-10-22Docs fixes.Stephen Dolan
2012-10-21Version number tracking.jq-1.1jq-1.0Stephen Dolan
2012-10-21Fix a mistake in the docs. Fixes #10Stephen Dolan
2012-09-20Add a bunch of commandline options for controlling I/O format.Stephen Dolan
2012-09-18Implement the 'add' builtin promised by the docs' examples.Stephen Dolan
2012-09-18More docs + docs cleanupStephen Dolan
2012-09-18Documentation. Copious.Stephen Dolan