- implement
trimstr/1,toboolean/0function - fix
last/1to be included inbuiltins/0 - fix
--indent 0to preserve newlines - fix string repetition to emit error when the result is too large
- increase the array index limit to 536870912 (
2^29) - stop numeric normalization for concurrent execution (see 1ace748)
- support binding expressions with binary operators (
1 + 2 as $x | -$x) - improve
gojq.NewIterto be a generic function - improve logic for getting file contents on JSON parse error
- improve JSON parsing to preserve the precision of floating-point numbers
- improve YAML parsing performance and preserve the precision of large integers
- improve performance and reduce memory allocation of long-running queries