summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGert Van Gool <gertvangool@gmail.com>2018-12-15 19:51:29 +0100
committerGert Van Gool <gertvangool@gmail.com>2018-12-15 19:51:29 +0100
commit2760fd365b2ec55243acf502a6e6e03741aee911 (patch)
tree15b2d98b3ef9b7915835ff316c18234c7f56f2f4 /NEWS
parent8ea4a5584edb7f54e19cddb6240984d3a543f4f1 (diff)
Adds the release info for 1.6 to NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32548d33..c969facf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Release history
+ * jq version 1.6 was released on Fri Nov 2 2018
* jq version 1.5 was released on Sat Aug 15 2015
* jq version 1.4 was released on Mon Jun 9 2014
* jq version 1.3 was released on Sun May 19 2013
@@ -8,6 +9,29 @@ Release history
* jq version 1.1 was released on Sun Oct 21 2012
* jq version 1.0 was released on Sun Oct 21 2012
+New features in 1.6 since 1.5:
+
+ - Destructuring Alternation
+
+ - New Builtins:
+ - builtins/0
+ - stderr/0
+ - halt/0, halt_error/1
+ - isempty/1
+ - walk/1
+ - utf8bytelength/1
+ - localtime/0, strflocaltime/1
+ - SQL-style builtins
+ - and more!
+
+ - Add support for ASAN and UBSAN
+
+ - Make it easier to use jq with shebangs (8f6f28c)
+
+ - Add $ENV builtin variable to access environment
+
+ - Add JQ_COLORS env var for configuring the output colors
+
New features in 1.5 since 1.4:
- regular expressions (with Oniguruma)