2014-06-15 23:14:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 15 20:52:42 UTC 2014 - prusnak@opensuse.org
|
|
|
|
|
2014-06-24 13:37:07 +02:00
|
|
|
- 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
|
|
|
|
+ New math functions
|
|
|
|
* floor, sqrt, cbrt, etc.
|
|
|
|
+ Addition of libjq, a C API interface to jq's JSON representation
|
|
|
|
and for running jq programs from C applications.
|
|
|
|
|
2014-06-15 23:14:53 +02:00
|
|
|
|
2013-10-17 21:34:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 17 15:55:03 UTC 2013 - cdenicolo@suse.com
|
|
|
|
|
|
|
|
- license update: MIT and CC-BY-3.0
|
|
|
|
documentation is licensed under CC-BY-3.0
|
|
|
|
|
2013-10-01 19:06:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 1 15:09:01 UTC 2013 - robert.munteanu@gmail.com
|
|
|
|
|
2014-06-15 23:14:53 +02:00
|
|
|
- Initial packaging of version 1.3
|
2013-10-01 19:06:13 +02:00
|
|
|
|