summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
Conflicts: Makefile jq_test.c
2013-05-06Add trailing slashes to various internal doc links.Stephen Dolan
Fixes #110
2013-05-06Add a --arg option to allow variables to be passed from the cmdline.Stephen Dolan
Closes #107
2013-05-06Add the "has" function. Closes #74.Stephen Dolan
2013-05-05Merge pull request #77 from jkleint/patch-1Stephen Dolan
Clarify description of `as`
2013-05-06Document behaviour of .[] on objects.Stephen Dolan
Closes #57.
2013-05-06Add documentation for "type".Stephen Dolan
Closes #75.
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
See #87
2013-03-24Add missing require to RakefileShay Elkin
Use bundle exec to make manpage Don't set executable bit on manpage
2013-02-20fix typo in manualSimon Elsbrock
2013-02-04get man pages workingLee Thompson
2013-01-25Clarify description of `as`jkleint
It's more of a foreach loop than an identity operation. Addresses issue #72.
2012-12-29Add the `recurse` function. See #37.Stephen Dolan
2012-12-29Make null + foo return foo, rather than an error.Stephen Dolan
This also allows 'add' to be implemented in jq rather than C.
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
Fixes part of #47 and #48.
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
Add information about installing dev environment on OS X
2012-12-16Add the ability to specify input files on the commandline.Stephen Dolan
See #21.
2012-12-16Improve manpage introduction, add examples to manpage.Stephen Dolan
Closes #19
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
- Build binaries for multiple platforms - Make a manpage out of the manual (see #19) - Extract more tests from the documentation - Fix a few documentation bugs uncovered by above.
2012-12-12Add a Gemfile to make building the documentation easier.Stephen Dolan
Use "bundle install" in the docs folder to install ruby dependencies.
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
Colo(u)red output for jq. Enabled by default if isatty(stdout). Closes #11.
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-23Add docs for installing on Arch Linux.Alex Chamberlain
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
- Mention homebrew on download page (#25) - Document 'keys' and string interpolation
2012-10-22Update docs/content/1.tutorial/default.ymlCharles Merriam
2012-10-21Version number tracking.jq-1.1jq-1.0Stephen Dolan
2012-10-21Fix a mistake in the docs. Fixes #10Stephen Dolan
2012-10-21Update website: binaries + version bump.Stephen Dolan
2012-09-20Add a bunch of commandline options for controlling I/O format.Stephen Dolan
Also docs for the above. Closes #1.
2012-09-19More broken links :(Stephen Dolan
2012-09-19Make URLs relative to not break on github-pagesStephen Dolan
2012-09-19Make the <title>s of the doc pages less messy.Stephen Dolan
2012-09-19Fix some issues with relative URLs on Github Pages.Stephen Dolan