summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-09Enable python 3.7 on travistravis-37Andrey Kislyuk
2019-01-09v2.7.2v2.7.2Andrey Kislyuk
2019-01-09Support options introduced in jq 1.6. Fixes #46Andrey Kislyuk
2018-11-06Re-raise if exception is unrecognizedAndrey Kislyuk
2018-11-05v2.7.1v2.7.1Andrey Kislyuk
2018-11-05xq: Introduce --xml-dtd and --xml-root. Fixes #37.Andrey Kislyuk
2018-11-04Python 3.3 is unsupported, drop from Travis CIAndrey Kislyuk
2018-11-04TOML support is optional and experimentalAndrey Kislyuk
2018-08-28Remove spurious dependencyAndrey Kislyuk
2018-08-04v2.7.0v2.7.0Andrey Kislyuk
2018-08-04Rename tomlq to tqAndrey Kislyuk
2018-08-04Fixup for e06d7a5: disable workaround before 3.5Andrey Kislyuk
2018-08-04Add test for e06d7a5Andrey Kislyuk
2018-08-03Disallow argparse abbreviated options. Fixes #38 on Python 3.Andrey Kislyuk
2018-07-27Note homebrew availabilityAndrey Kislyuk
2018-06-29Remove excessive whitespaceAndrey Kislyuk
2018-06-27Merge pull request #35 from cmeister2/cmeister2/tomlqAndrey Kislyuk
2018-06-20Enable toml handling for yqMax Dymond
2018-06-16Fix Python 2.7 testAndrey Kislyuk
2018-06-16Cover more branches in testAndrey Kislyuk
2018-05-31Deal with non-deterministic SIGPIPE receipt in test. Fixes #30Andrey Kislyuk
2018-05-19Simplify synopsisAndrey Kislyuk
2018-04-28v2.6.0v2.6.0Andrey Kislyuk
2018-04-28Merge pull request #27 from sodre/entry_pointAndrey Kislyuk
2018-04-04Remove glob dependencyPatrick Sodré
2018-04-04Attempt to fix flake8 issuesPatrick Sodré
2018-04-02Merge pull request #25 from jakirkham/inc_licenseAndrey Kislyuk
2018-04-02Remove scripts in favor of entry-pointsPatrick Sodré
2018-04-02Replace scripts with entry-pointsPatrick Sodré
2018-04-02v2.5.0v2.5.0Andrey Kislyuk
2018-04-02Edit docs to explain tag parsing behaviorAndrey Kislyuk
2018-03-30Package the license fileJohn Kirkham
2018-03-30Parse unrecognized tags instead of dropping them. Fixes #23Andrey Kislyuk
2018-02-13Simplify null constructorAndrey Kislyuk
2018-02-13v2.4.1v2.4.1Andrey Kislyuk
2018-02-13Ignore unrecognized YAML tags instead of crashingAndrey Kislyuk
2018-02-10Explicitly disable XML entity expansion and mention in docsAndrey Kislyuk
2018-02-10Raise understandable error on non-dict conversion failureAndrey Kislyuk
2018-02-08v2.4.0v2.4.0Andrey Kislyuk
2018-02-08Support XML parsing with xmltodictAndrey Kislyuk
2018-02-07v2.3.7v2.3.7Andrey Kislyuk
2018-02-07Re-route jq_filter to files when using --from-file. Fixes #19Andrey Kislyuk
2018-01-29Fix test slopAndrey Kislyuk
2018-01-29v2.3.6v2.3.6Andrey Kislyuk
2018-01-29Parse multiple positional-consuming jq args. Fixes #16Andrey Kislyuk
2018-01-29v2.3.5v2.3.5Andrey Kislyuk
2018-01-29Name, parse, and pass positional-consuming jq args. Fixes #16Andrey Kislyuk
2018-01-14Tweak wordingAndrey Kislyuk
2017-12-26v2.3.4v2.3.4Andrey Kislyuk
2017-12-26Support bare YAML dates and times. Fixes #10Andrey Kislyuk