Go to file
Stephan Kulow 8da311ac1c Accepting request 238860 from utilities
- Don't package static libs
- Fix rpath on the main binary

- Updated to 1.4
   + New command line arguments
     * jq --arg-file variable file
     * jq --unbuffered
     * jq -e / --exit-status (set exit status based on outputs)
     * jq -S / --sort-keys (now jq no longer sorts object keys by
      default
   + Syntax changes
     * .. -> like // in XPath (recursive traversal)
     * question mark (e.g., .a?) to suppress errors
     * ."foo" syntax (equivalent to .["foo"])
     * better error handling for .foo
     * added % operator (modulo)
     * allow negation without requiring extra parenthesis
     * more function arguments (up to six)
   + New filters
     * any, all
     * iterables, arrays, objects, scalars, nulls, booleans,
       numbers, strings, values
   + New string built-ins
     * split
     * join (join an array of strings with a given separator string)
     * ltrimstr, rtrimstr
     * startswith, endswith
     * explode, implode
     * fromjson, tojson
     * index, rindex, indices

OBS-URL: https://build.opensuse.org/request/show/238860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=2
2014-06-30 19:45:23 +00:00
.gitattributes Accepting request 201621 from home:robert_munteanu 2013-10-01 17:06:13 +00:00
.gitignore Accepting request 201621 from home:robert_munteanu 2013-10-01 17:06:13 +00:00
jq-1.4.tar.gz Accepting request 237443 from home:prusnak:branches:utilities 2014-06-15 21:14:53 +00:00
jq.changes - Don't package static libs 2014-06-27 11:08:04 +00:00
jq.spec - Don't package static libs 2014-06-27 11:08:04 +00:00