From: Gert Van Gool Date: Sat, 15 Dec 2018 18:51:29 +0000 (+0100) Subject: Adds the release info for 1.6 to NEWS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F1779%2Fhead;p=jq Adds the release info for 1.6 to NEWS --- diff --git a/NEWS b/NEWS index 32548d3..c969fac 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)